Call API
Call external API's in your workflow
Configuration
Reference Inputs or Outputs in the API Step
Headers
{
"authorization": "Bearer YOUR_API_KEY",
"Content-Type": "application/json"
}Body
Examples

How to continue if the API step fails


How to retry if the API step fails

Need more control?
Last updated
Was this helpful?