Contact Push
Overview
ActiveMember360 Contact Push is used to push/send ActiveCampaign contact data to WordPress. This ensures the latest contact data is available in WordPress specifically for the logged in user associated with the contact for whom the webhook is executed.
Typically ActiveMember360 Contact Push should only be used with an ActiveCampaign automation webhook.
It would be used when the contact updates have been made in the automation and you wish to push the contact record to WordPress for immediate use with any logged in user.
It is not appropriate/required for ActiveCampaign automatic webhooks.
Usage
The URL used for Contact Push is constructed using URL segments.
The URL segment structure required is as follows:
site_url/mbr/contact/push/security_code
The URL is used for the webhook URL in an ActiveCampaign automation.
URL Segments & Parameters
URL Segments | Description |
---|---|
site_url | The WordPress site URL where the ActiveCampaign contact data should be sent. This can be found in WordPress, Settings, General, Site URL. It must be specified exactly as shown there. Default: none. Required: yes. |
mbr/contact/push | The webhook action URL segment. This must be specified exactly as shown here. Default: none. Required: yes. |
security_code | Set to the security code used to authenticate the use of Contact Push. The security code used must be defined as detailed in ActiveMember360, Settings, Security, Security Codes. Default: none. Required: yes. |
No URL parameters are required for Contact Push
Examples
In all examples security_code must be replaced by a security code defined in ActiveMember360, Settings, Security, Security Codes on the WordPress site.
- Example 1
This webhook URL will push/send ActiveCampaign contact data to WordPress for the contact for whom the webhook is executed:
https://yoursite.com/mbr/contact/push/security_code