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
}
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
}
Success response
The response is of type object
.