Action: HTTP request Take Blip May 30, 2022 20:46 Updated Example 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: Enter the method and URL If necessary, inform the headings 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 Define the request body. For more information, visit the discussion on the subject in our community or the videos on our channel. 😃 Related articles Action: Redirect to a service Builder variables How to create and approve a Message Template on WhatsApp Handling not_Handled events in Chatbase's SessionFlow report How to create a human service solution on WhatsApp