Understand Trigger Links
Trigger Links are a specially configured URL generated by Drip. When a customer clicks on a Trigger Link, it communicates a click-on action to Drip and allows you to trigger a Rule or Workflow. A Trigger Link can be shared with a customer as a hyperlink in a Drip email or directly on your website.
Trigger links do not work in non-Drip emails.
Set Up Your Automation
To utilize the Trigger Link feature, you need to include the Trigger or Goal (Workflow only) Clicked a Trigger Link in your Automation. You do not need to create all of the automation options below, only one is needed.
Rule
- Go to Workflows > Rules
- Click + New Rule
- Select Drip > Clicked a Trigger Link under What should trigger this rule?
- Enter the URL for your trigger link in Destination URL - this is where you want your customers to land after clicking the link
- Click (Enter a URL Above) in Auto-generated Trigger Link to generate the trigger link
- Select an Action, like "Set a primary or custom field value on a person's profile" or "Send an email to a person" under What actions should we perform?
- Click Save Rule
- Click Draft > Activate
Workflow Goal
- Go to Workflows > Workflows
- Click + New Workflow
- Give the Workflow a name and click Create Workflow
- Click + > Goal to add the Workflow trigger
- Select Drip > Clicked a trigger link
- Enter the URL for your trigger link in Destination URL
- Click (Enter a URL Above) in Auto-generated Trigger Link to generate the trigger link
- Click Update Trigger
- Add an Action node, like "Set a primary or custom field value on a person's profile" or "Send an email to a person" underneath the trigger
- Add any additional nodes
- Toggle your Workflow ON
When the customer clicks the Trigger Link they will achieve the Goal and move to that point in the Workflow.
Workflow Trigger
- Go to Workflows > Workflows
- Click + New Workflow
- Give the Workflow a name and click Create Workflow
- Click Define your trigger… to add the Workflow goal
- Select Drip > Clicked a trigger link
- Enter the URL for your trigger link in Destination URL
- Click (Enter a URL Above) in Auto-generated Trigger Link to generate the trigger link
- Click Update Trigger
- Add an Action node, like "Set a primary or custom field value on a person's profile" or "Send an email to a person" underneath the trigger
- Add any additional nodes
- Toggle your Workflow ON
When the customer clicks the Trigger Link they will trigger the Workflow and start through the automation.
Destination URL
The destination URL field is required and cannot be left blank. This is the website page you want your customers to land on when they click your Trigger Link.
- The Trigger Link does not fire if you do not enter a destination URL.
- The destination URL must navigate to a website with the JavaScript snippet to trigger an Automation.
A destination URL can be configured using Liquid code. The http://
or https://
protocol must be present at the start of the URL.
http://{{liquid_code}} or https://{{liquid_code}}
Add your Trigger Link in an Email
Drip Email
- Create a Single Email Campaign, Email Series, or Automation Email
- Select the text to hyperlink in the email
- Click Link
- Select Trigger Link
- Select the automation that should be triggered
- Select the trigger URL
- Click Insert
The automation you selected will be fired when someone clicks on the trigger link in your email.
Website
-
Copy the Drip generated Trigger Link URL from your Automation
“http://drip.la/c/…”
-
Navigate to your website
-
Double-check the JavaScript snippet is installed and if needed custom domain tracking is turned on
-
Insert the Trigger Link URL into your hyperlink code:
<a href="trigger link url">link text</a>
The Customer Journey with Trigger Links
Do more than track what your customers are up to, take action and engage with them personally. Here are two example scenarios of how to use trigger links in Drip.
Trigger Links in Email
- Customer is sent an email with a CTA button that contains a Trigger Link
- Customer clicks on the CTA button and triggers an Automation - a Rule, Workflow, or Goal in a Workflow
- An action to send an Automation email is triggered once you set it up in one of the above options
Trigger Links do not fire when used in a Test Email.
Trigger Links on a Website
- Customer visits your website
- Customer clicks on text or image hyperlinked with a Trigger Link
- Customer triggers a Rule, Workflow, or achieves a Goal in a Workflow
- An Action to Apply a tag could be triggered in one of the above Automations if you add it
A person must be identified to trigger the Automation.
Evaluate the Results
Check the results of your Trigger Link.
- Look at workflow analytics.
- Segment for the tag or custom field applied after people clicked the trigger link.
- View email metrics for the email that was sent after people clicked on the trigger link.