triggerFulfillment

@JvmName(name = "rhuktjagwqbpktec")
suspend fun triggerFulfillment(value: Output<CxFlowEventHandlerTriggerFulfillmentArgs>)
@JvmName(name = "kiyjivxwootearua")
suspend fun triggerFulfillment(value: CxFlowEventHandlerTriggerFulfillmentArgs?)

Parameters

value

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.


@JvmName(name = "qkkoflcuijeipoti")
suspend fun triggerFulfillment(argument: suspend CxFlowEventHandlerTriggerFulfillmentArgsBuilder.() -> Unit)

Parameters

argument

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.