Let your website know when something happens in your user’s conversation.
{{event.conversationId}}
. Then, add any valid JSON to the Event field.The contents of the Event field should clearly identify the action you want your website to perform. For example, if you want to checkout with the user’s current shopping cart, you could add something like {"action": "checkout"}
.event
contains whatever data you put in the Event field of the Send Custom Event Card. You can read its contents if you want your website to react differently depending on which custom event you send. For example: