AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
DripDrip

Custom field updated

This trigger fires when a subscriber custom field is updated

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires when a subscriber custom field is updated
API endpoint slug
drip.custom_field_updated

Trigger fields

No fields for this trigger

Ingredients

Subscriber emailThe subscriber's email address.

Slug
subscriber_email
Filter code
Drip.customFieldUpdated.SubscriberEmail
Type
String
Example
john@doe.com

Subscriber IDThe ID of the subscriber.

Slug
subscriber_id
Filter code
Drip.customFieldUpdated.SubscriberId
Type
String
Example
9999999

Account IDThe ID of the account the subscriber belongs to.

Slug
account_id
Filter code
Drip.customFieldUpdated.AccountId
Type
String
Example
9999999

IdentifierThe identifier of the custom field.

Slug
identifier
Filter code
Drip.customFieldUpdated.Identifier
Type
String
Example
first_name

ValueThe new value of the custom field.

Slug
value
Filter code
Drip.customFieldUpdated.Value
Type
String
Example
John

Previous valueThe previous value of the custom field.

Slug
previous_value
Filter code
Drip.customFieldUpdated.PreviousValue
Type
String
Example
Hello World!

SourceThe source of the custom field.

Slug
source
Filter code
Drip.customFieldUpdated.Source
Type
String
Example
drip

Created atDate and time event was created.

Slug
created_at
Filter code
Drip.customFieldUpdated.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00