Skip to main content
Calls an external HTTP endpoint, optionally stores the response, and then advances through the next edge.

Configuration

  • url: HTTP endpoint to call
  • method: HTTP method, defaults to POST
  • headers: Header object
  • body_template: JSON body template
  • save_response_to: Variable name to store the response (optional)
  • provider_model_name: Required when using AIField
  • ai_field_config: AI field-resolution settings

Workflow library example

API payload shape

When using the Platform API directly, use snake_case keys:

Usage patterns

Create CRM record Notify another system