Connects with external APIs to send and retrieve data
Request Method & URL – Selects the HTTP method (GET, POST, etc.) and specifies the API endpoint. Authentication – Defines the authentication method required for the API (None, Basic Auth, Bearer Token, API Key). Content Type – Specifies the format of the request payload (e.g., JSON, Form Data, Plain Text). Response Type – Determines the expected format of the API response (e.g., JSON, XML, plain text). Headers – Allows adding custom headers required for authentication or API-specific configurations. Request Body – Defines the data sent in the API request, applicable for POST, PUT, and PATCH requests. Test Request – Provides a way to test the API call setup before integrating it into the workflow.
“Please wait while I check available time slots for that date.”The Pre-Request Response supports: