Best for
- Engineering teams with internal APIs
- Custom ERP/CRM systems not covered by standard integrations
- High-control enterprise automation workflows
Pull variables from your own API endpoints and internal systems.
HTTP
REST API Source gives full flexibility for custom systems. Register source URLs returning JSON arrays, then map values into templates for generation at scale.
Enable REST API integration in your workspace.
Add one or more source URLs in integration manager.
Ensure response format is compatible with expected JSON array structure.
Map fields and use rest_api namespaced variables in templates.
Examples of variable keys you can use inside templates:
{rest_api.customer.full_name}{rest_api.customer.account_id}{rest_api.billing.next_due_date}