cURL
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 }
Show child attributes
Success response