Passing Data
How To: Send data to Tellescope
Setting up an Action with custom code that sends user data to Tellescope’s API
The best way to data to Tellescope 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.
1
Create a custom code Action
- Go to the Logic sidebar and click on the Actions tab.
- Click
+ Add New Action
. - Give it a name like “Send Data to Tellescope”.
- Hit
Add
.
2
Write your custom code
- Add code similar to the example below, to construct the data object and send it to Tellescope’s API.
3
Add a Trigger for the relevant user event
- Switch to the Triggers tab.
- Add a new Trigger.
- Choose the event that you want to trigger the Action on.
- For example:
WHEN Page KEY email_page IS Completed
.
- For example:
- Select the
Send Data to Tellescope
Action. - Hit
Add
.
Learn more about Custom Code
Read more about writing Custom Code in Embeddables, including all the available arguments passed in to the function.