📄️ 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.
📄️ Functions
A Function step in allows you to write JavaScript code to process some data in your flow. This can be useful if you want to transform a response from an HTTP request into a certain type of string to include in a message for a user.