Workflow Comment Added
Webhook
Payload that Simplicate delivers via HTTP POST to the configured webhook target whenever a workflow.comment_added event occurs.
Triggered by: an employee placing a reaction on a running workflow. That includes a reaction typed along with a step change or a transfer.
Note: one request sends one event, however many reactions it places. A request that completes the workflow sends nothing, because the workflow it names can no longer be fetched.
Request
Responses
- 200
- 429
Webhook received and acknowledged by the consumer.
Consumer is rate-limiting; Simplicate will retry after the delay indicated by the optional Retry-After header (up to 3 attempts).