This endpoint must be implemented on YOUR server (e.g., https://yourdomain.com/webhooks/on-condition). Treble will call this webhook when a conditional node is evaluated in the conversation. You must configure the URL of this webhook in the Treble admin panel.

operator property to show which action was used in the condition and a value for the condition action to be evaluated:
user_session_keys.Information of the condition evaluation event
Event that is triggered when a conditional node is evaluated in the conversation
Country code of the user
User's phone number without the country code
ID of the user's session
ID of the conversation
Variable that is evaluated in the condition
Condition that is evaluated
User session keys collected during the conversation or provided during the deployment
Response to update or add information to the session
JSON object with the new information that will be replaced or added to the session for future use. The service must respond in less than 10 seconds.