This trigger fires when a subscriber custom field is updated
Developer info
- API endpoint slug
- drip.custom_field_updated
Trigger fields
No fields for this trigger
Ingredients
Subscriber email The subscriber's email address.
- Slug
- subscriber_email
- Filter code
- Drip.customFieldUpdated.SubscriberEmail
- Type
- String
- Example
- john@doe.com
Subscriber The ID of the subscriber.
- Slug
- subscriber_id
- Filter code
- Drip.customFieldUpdated.SubscriberId
- Type
- String
- Example
- 9999999
Account The ID of the account the subscriber belongs to.
- Slug
- account_id
- Filter code
- Drip.customFieldUpdated.AccountId
- Type
- String
- Example
- 9999999
Identifier The identifier of the custom field.
- Slug
- identifier
- Filter code
- Drip.customFieldUpdated.Identifier
- Type
- String
- Example
- first_name
Value The new value of the custom field.
- Slug
- value
- Filter code
- Drip.customFieldUpdated.Value
- Type
- String
- Example
- John
Previous value The previous value of the custom field.
- Slug
- previous_value
- Filter code
- Drip.customFieldUpdated.PreviousValue
- Type
- String
- Example
- Hello World!
Source The source of the custom field.
- Slug
- source
- Filter code
- Drip.customFieldUpdated.Source
- Type
- String
- Example
- drip
Created at Date and time event was created.
- Slug
- created_at
- Filter code
- Drip.customFieldUpdated.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00