Making API Requests
Using commands you can create an API request to a website, when you run the command you'll receive the API response on demand.
We go to Custom commands → Create command
Select the "Make a request to an API” option
We support the following HTTP methods:
- GET
- POST
- PUT
- PATCH
- DELETE
- HEAD
- TRACE
- OPTIONS
- CONNECT
If you want to display an API response, you can do so using the workflow that posts a chat message after the event of running a command.
You can also modify other JSON parameters to fully customize your API response!