Documentation
Call an API With Data
You can supply data to your API when POSTing to its endpoint. Any data provided will be set on your Start Event and will be available as task data in your workflow.
curl -H 'Content-Type: application/json' \
-d '{"start": {"data": {"x": 3, "y": 4}}}' \
-X POST \
https://john-dark-meadow-5957.fly.dev/v0/do/myApiKey