HTTP Requests
When creating a flow in Cue you can use a HTTP Request step to GET, POST, PUT, PATCH and DELETE data between a users session on the flow and another service.
POST Example
Here's an example showing how to send data collected from a session to an external API.
GET Example
You can also fetch data using an HTTP GET step to bring it into the user's session. The data will be stored in the variable name you specify in the Save response as field. You can then access that data with {{session.name.body}}
.