Skip to main content
POST
Stop Sendflow Execution

Description

This endpoint allows you to stop a running Sendflow workflow execution using the request ID returned from the trigger endpoint.

Headers

string
required
Your API key for authentication.
string
required
Your workspace ID for authentication.

Path Parameters

string
required
The unique identifier of the Sendflow workflow.
string
required
The unique identifier of the workflow execution request to stop. This is returned from the trigger endpoint.

Response

boolean
Indicates whether the call was successful. true if successful, false if not.
string
Success or error response message.