Cx Flow Event Handler
data class CxFlowEventHandler(val event: String? = null, val name: String? = null, val targetFlow: String? = null, val targetPage: String? = null, val triggerFulfillment: CxFlowEventHandlerTriggerFulfillment? = null)
Constructors
Link copied to clipboard
constructor(event: String? = null, name: String? = null, targetFlow: String? = null, targetPage: String? = null, triggerFulfillment: CxFlowEventHandlerTriggerFulfillment? = null)
Properties
Link copied to clipboard
The target flow to transition to. Format: projects/
Link copied to clipboard
The target page to transition to. Format: projects/
Link copied to clipboard
The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks. Structure is documented below.