This trigger fires when a tag is applied to a subscriber.
Developer info
- API endpoint slug
- drip.subscriber_tag_applied
Trigger fields
No fields for this trigger
Ingredients
TagThe tag that was added to the subscriber.
- Slug
- tag
- Filter code
- Drip.subscriberTagApplied.Tag
- Type
- String
- Example
- Customer
Subscriber emailThe subscriber's email address.
- Slug
- subscriber_email
- Filter code
- Drip.subscriberTagApplied.SubscriberEmail
- Type
- String
- Example
- example@gmail.com
Subscriber IDThe ID of the subscriber.
- Slug
- subscriber_id
- Filter code
- Drip.subscriberTagApplied.SubscriberId
- Type
- String
- Example
- 9999999
Account IDThe ID of the account the subscriber belongs to.
- Slug
- account_id
- Filter code
- Drip.subscriberTagApplied.AccountId
- Type
- String
- Example
- 9999999
Created atDate and time event was created.
- Slug
- created_at
- Filter code
- Drip.subscriberTagApplied.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00