POST
/
webhook
curl --request POST \
  --url http://localhost:4000/webhook \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api_key>' \
  --data '{
  "flowId": "<string>",
  "projectId": 123,
  "values": {}
}'
{
  "message": "<string>",
  "success": true
}

Headers

api_key
string
required

Body

application/json
flowId
string
required
projectId
number
required
values
object
required

Response

200
application/json
Success response
message
string
required
success
boolean
required