Перейти к основному содержимому

API Call

Make HTTP requests to external APIs and use the response in your flow.


Configuration

FieldDescription
MethodGET, POST, PUT, DELETE
URLThe API endpoint
HeadersAuthentication and other headers
BodyRequest data (for POST/PUT)

Using the Response

The API response is stored and available in next nodes:

  • apiResult.data — Response body
  • apiResult.data.fieldName — Specific field

Example: CRM Lookup

  1. Method: GET
  2. URL: Your CRM endpoint with user email
  3. Headers: Authorization header with API key

Then use apiResult.data.tier in an If Condition.


Use Cases

  • Look up customer data in CRM
  • Create tickets in external systems
  • Send notifications to Slack
  • Update inventory or orders

Ready to elevate your
user experience?

Deploy AI assistants that delight customers and scale with your business.

GDPR Compliant