← Showcases
A small bridge between tools
Move a JSON payload between two endpoints without a model call.
Q / Engineering
Delivery payload
Illustrative demo FROMSource receivedTOResponse recorded
The task
Read a JSON endpoint and forward the required data to my approved receiver. Confirm the expected payload and destination, keep credentials local and record the receiver response.
The example result
This is an illustrative result, not a recorded run. A payload and receiver response that can be inspected. Adapt the relay to the actual endpoint contracts and avoid retrying an uncertain delivery blindly.
- Source received
- Payload mapped
- Destination reviewed
- Response recorded
Start with this loop
Pass data to a webhook →2 stepsWorkflow overview
100%
Related loops
- Pass data to a webhook
Read a JSON endpoint and forward its data without a model call.
Recorded examples
One prompt to your result
Your agent handles setup, configuration and checking the result in your project.