[memb_automation_link]
Summary
This shortcode will create a link to run an Automation for the currently logged in user.
Shortcode Examples
Show a link and run an automation when it’s clicked:
<a href="[memb_automation_link automation_id=6]">Click Me</a>
Show a link,and add a tag ID to the user when it’s clicked:
<a href="[memb_automation_link tag_id=Free]">Click Me</a>
Show a link, run an automation and redirect user to a different page when it’s clicked:
<a href="[memb_automation_link automation_id=6 redirect=https://yourdomain.com/success]">Click Me</a>
Shortcode Parameters
automation_id: The ID# of the automation.
contact_id: The ActiveCampaign Contact ID of the contact you wish to operate on. (Optional)
redirect: The URL that a user will be redirected to after the button is clicked. Example, “http://yourdomain.com/redirect”
tag_id: A comma separated list of tags to add or remove. Defaults to none. (Optional)