Skip to main content

Complete Trigger Invocation

POST 

/trigger-invocations/:id/complete

Completes an invocation to a REQUEST_RESPONSE type trigger.

Request

Path Parameters

    id stringrequired

    The ID of the invocation to complete.

    Example: 0f11f2a4-7c94-4bf3-a2bd-742580fe3bde

Body

required
    secret stringrequired

    Unique invocation secret that was generated when the invocation was created. Required to authenticate to the endpoint.

    error string

    The error message to indicate a failed invocation or error if any.

    output objectrequired

    Trigger output to complete the invocation. Its schema is defined in the trigger definition.

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...