Action: HTTP request Take Blip January 04, 2021 19:53 Updated This action allows you to make an HTTP request for any public API. In order for the Builder to be able to carry out the request, it is necessary to fill in all the information required for the request. Parameter Description Method HTTP request method. (Supported values: POST, GET, PUT, DELETE, PATCH, OPTIONS, HEAD, TRACE). Required URL Request complete URL. Required Body Object that will be sent in the request body. Headers Dictionary (key and value) with all necessary headings for the request. Ex: Authorization: key 238912371313. Optional Response Status Variable Variable to receive the status of the request. This variable will be filled with one of the status codes in an HTTP request. Ex: 200. Optional Variable for response body Variable to receive the body of the answer given by the API. Ex: {"key1": "foo"}. Optional Example A request to Blip Desk to retrieve the information for all tickets from a bot: 1. Enter the method and URL; 2. If necessary, inform the headings; 3. Define the return variables (you can use these returns to display the information to the user, or to store some of it in the contact, for example); 4. Define the request body. Related articles Action: Run script Builder variables How to set a timeout for Builder actions How to save information from a user How to check if an attendant is available in Builder