AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
DripDrip

New custom event

This trigger fires when a subscriber performs a custom event.

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 performs a custom event.
API endpoint slug
drip.custom_event_performed

Trigger fields

No fields for this trigger

Ingredients

Subscriber emailThe subscriber's email address.

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

Subscriber IDThe ID of the subscriber.

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

Account IDThe ID of the account the subscriber belongs to.

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

ActionThe name of the action performed.

Slug
action
Filter code
Drip.customEventPerformed.Action
Type
String
Example
Signed up for a trial

PlanThe plan which was purchased. Identifier for event property must be "plan" for this ingredient to populate.

Slug
plan
Filter code
Drip.customEventPerformed.Plan
Type
String
Example
rock-star

AmountThe amount which was purchased. Identifier for event property must be "amount" for this ingredient to populate.

Slug
amount
Filter code
Drip.customEventPerformed.Amount
Type
String
Example
2999

Created atDate and time event was created.

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