curl --request POST \
--url https://api.boostgpt.co/v1/bot/workflow/incoming/{workflow_id}/{secret} \
--header 'Content-Type: application/json' \
--data '{}'{
"received": true,
"result": {}
}Public incoming webhook endpoint for workflows configured with an incoming webhook trigger.
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.
Was this page helpful?