Make API Request
Last updated
Last updated
API request actions allow you to build powerful API integrations with external services that offer APIs.
API requests can have the following fields:
URL The API endpoint (supports Action Variables)
Method GET, POST, PUT, or DELETE
Next Action The action to call after this request. See Next Action Field.
Headers A set of key/value pairs for headers. Both support Action Variables.
Payload The body of the API request. Supports Action Variables and notably a good target for Templating.