Skip to main content
POST
/
v1
/
bot
/
workflow
/
incoming
/
{workflow_id}
/
{secret}
Receive Incoming Workflow Webhook
curl --request POST \
  --url https://api.boostgpt.co/v1/bot/workflow/incoming/{workflow_id}/{secret} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "received": true,
  "result": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.boostgpt.co/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

workflow_id
string
required

Workflow ID

secret
string
required

Incoming webhook secret

Body

application/json

The body is of type object.

Response

Success

received
boolean
result
object