Workflows
Trigger Workflow via Webhook
Trigger a webhook-type workflow via its secret token.
The request body (JSON, if any) is passed as the trigger context. Returns 404 if no matching enabled workflow is found for the token.
POST
Workflow Webhook Trigger
Documentation Index
Fetch the complete documentation index at: https://docs.snackbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Response
Successful Response
The response is of type Response Workflow Webhook Trigger Api V1 Workflow Webhooks Token Post · object.
Previous
List JobsList background jobs with optional filters and pagination.
Args:
status_filter: Filter by job status (pending, running, completed, etc.).
queue: Filter by queue name.
handler: Filter by handler identifier.
limit: Maximum records to return (1-200, default 50).
offset: Records to skip for pagination (default 0).
Returns:
Paginated list of jobs with total count.
Next
Workflow Webhook Trigger