The URL template to post after the trigger event occurs. This should go to the endpoint you are trying to send the postback data to. The template uses the same curly brace format as templated values on the dashboard. You can include any of the values below in your URL template, depending on what info you are interested in.
Possible values for all postback events
User ID — The user ID that triggered the postback.
Device ID — The device ID that triggered the postback.
Trigger time — The time in milliseconds at which the postback was triggered. The time can be a time in the past if the triggering event occurred in the past.
Possible message event values
Message ID — The message ID that triggered the postback.
Message event — The message event that triggered the postback (e.g. Send, Open).
Message channel — The channel of the message (push, email, or in-app message).
Template name — The template name of the in-app message. Returns an empty string for non-in-app messages.
Parameters — All the parameters associated with the event when it is triggered. For example, an email’s Click event will include the URL clicked and the index of the URL. parameters are in JSON format, and all parameter values are URL encoded.
Possible A/B test event values
AB test ID — The ID of the A/B test the user entered into.
Variant ID — The ID of the variant group the user was sorted into.
See below for an example URL template with all possible values.