cURL
curl --request POST \ --url http://localhost:3001/workflow/{id}/feedback \ --header 'Content-Type: application/json' \ --data '{ "payload": {} }'
{ "error": "ValidationError", "message": "Invalid Payload", "issues": [ {} ] }
The workflow id
Body must contain payload; payload is sent to Temporal
The payload sent to the workflow
Success