This trigger fires when a subscriber clicks a trigger link.
Developer info
- API endpoint slug
- drip.subscriber_clicked_trigger_link
Trigger fields
No fields for this trigger
Ingredients
Subscriber emailThe email address of the subscriber.
- Slug
- subscriber_email
- Filter code
- Drip.subscriberClickedTriggerLink.SubscriberEmail
- Type
- String
- Example
- john@doe.com
Subscriber IDThe ID of the subscriber.
- Slug
- subscriber_id
- Filter code
- Drip.subscriberClickedTriggerLink.SubscriberId
- Type
- String
- Example
- 9999999
URLThe URL of the Trigger Link.
- Slug
- url
- Filter code
- Drip.subscriberClickedTriggerLink.Url
- Type
- String
- Example
- http://example.com
Email subjectThe subject of the email.
- Slug
- email_subject
- Filter code
- Drip.subscriberClickedTriggerLink.EmailSubject
- Type
- String
- Example
- Email Course: Day 1
Email IDThe ID of the email.
- Slug
- email_id
- Filter code
- Drip.subscriberClickedTriggerLink.EmailId
- Type
- String
- Example
- 88888
SourceThe source of the workflow trigger.
- Slug
- source
- Filter code
- Drip.subscriberClickedTriggerLink.Source
- Type
- String
- Example
- drip
Workflow trigger IDThe ID of the workflow trigger.
- Slug
- trigger_id
- Filter code
- Drip.subscriberClickedTriggerLink.WorkflowTriggerId
- Type
- String
- Example
- 99999999
Account IDThe ID of the account the subscriber belongs to.
- Slug
- account_id
- Filter code
- Drip.subscriberClickedTriggerLink.AccountId
- Type
- String
- Example
- 9999999
Ip addressThe IP address of the subscriber.
- Slug
- ip_address
- Filter code
- Drip.subscriberClickedTriggerLink.IpAddress
- Type
- String
- Example
- 128.1.1.1
Created atDate and time event was created.
- Slug
- created_at
- Filter code
- Drip.subscriberClickedTriggerLink.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00