Setting up an Action with custom code that sends user data to Telegra MD’s API
The best way to data to Telegra MD is using custom code in an Action, that is Triggered when a user takes an action, such as entering their email or completing a purchase.
Create a custom code Action
+ Add New Action
.Add
.Write your custom code
Add a Trigger for the relevant user event
WHEN Page KEY email_page IS Completed
.Send Data to Telegra MD
Action.Add
.Read more about writing Custom Code in Embeddables, including all the available arguments passed in to the function.
Setting up an Action with custom code that sends user data to Telegra MD’s API
The best way to data to Telegra MD is using custom code in an Action, that is Triggered when a user takes an action, such as entering their email or completing a purchase.
Create a custom code Action
+ Add New Action
.Add
.Write your custom code
Add a Trigger for the relevant user event
WHEN Page KEY email_page IS Completed
.Send Data to Telegra MD
Action.Add
.Read more about writing Custom Code in Embeddables, including all the available arguments passed in to the function.