Executes
Trigger Service - Executes
Last updated
Trigger Service - Executes
Last updated
All executes go through the following endpoint; the exact details of the execution are specified by the JSON payload.
REST: POST [TRIGGER_ENDPOINT]/execute
All Execute
messages return the following information:
{
"status": "success" | "failure",
"error"?: "{error_msg}",
"error_code"?: {error_code},
"request_type": "{request_type}",
}