Integrations
HTTP Request
The HTTP Request block allows you to send an HTTP request to a 3rd party service. This is useful to send information from the bot to another service or to fetch information from another service and use it in the bot.
Then, we can set a test value for our variable (it will replace the variable with this value only for the “Test the request” button):
Hit the “Test the request” button and then we can save the result in multiple variables:
Then we can use these variables to display dynamic content in the next bubbles:
Possibilities are endless when it comes to API calls, you can litteraly call any API and fetch any data you want.
Feel free to ask the community for help if you struggle setting up a Webhook block.
You can also decide to customize the request sent to the 3rd party service.