This trigger fires when a subscriber clicks an email.
Developer info
- API endpoint slug
- drip.new_email_click
Trigger fields
No fields for this trigger
Ingredients
Subscriber emailThe subscriber's email address.
- Slug
- subscriber_email
- Filter code
- Drip.newEmailClick.SubscriberEmail
- Type
- String
- Example
- john@doe.com
Subscriber IDThe ID of the subscriber.
- Slug
- subscriber_id
- Filter code
- Drip.newEmailClick.SubscriberId
- Type
- String
- Example
- 9999999
Email subjectThe subject of the email.
- Slug
- email_subject
- Filter code
- Drip.newEmailClick.EmailSubject
- Type
- String
- Example
- Email Course: Day 1
Email IDThe ID of the email.
- Slug
- email_id
- Filter code
- Drip.newEmailClick.EmailId
- Type
- String
- Example
- 88888
URLThe URL of the clicked link.
- Slug
- url
- Filter code
- Drip.newEmailClick.Url
- Type
- String
- Example
- http://www.example.com
User agentThe user agent which was used to click the link.
- Slug
- user_agent
- Filter code
- Drip.newEmailClick.UserAgent
- Type
- String
- Example
- Mozilla/5.0 ...
Delivery IDThe delivery ID of the email.
- Slug
- delivery_id
- Filter code
- Drip.newEmailClick.DeliveryId
- Type
- String
- Example
- 99999
Account IDThe ID of the account the email was sent from.
- Slug
- account_id
- Filter code
- Drip.newEmailClick.AccountId
- Type
- String
- Example
- 9999999
Ip addressThe IP address which was used to click the link.
- Slug
- ip_address
- Filter code
- Drip.newEmailClick.IpAddress
- Type
- String
- Example
- 111.111.111.11
Created atDate and time event was created.
- Slug
- created_at
- Filter code
- Drip.newEmailClick.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00