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