Create Workflow
Workflows
Create Workflow
Create a new automation workflow with triggers and steps.
POST
Create Workflow
Documentation Index
Fetch the complete documentation index at: https://docs.encrata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires a JWT token or API key in theAuthorization header.
Request
Workflow display name.
Human-readable description of what the workflow does.
Trigger configuration. Types:
manual, webhook, schedule, file_upload, monitor_event.Array of step objects. Each step has
id, type, and config.Clone from an existing template instead of defining steps manually.
Step types
| Type | Description |
|---|---|
email_lookup | Enrich an email address |
phone_lookup | Enrich a phone number |
company_lookup | Enrich a company |
domain_lookup | Domain intelligence |
ip_lookup | IP geolocation & threat data |
darkweb_lookup | Dark web breach search |
condition | Branch logic (if/else) |
delay | Wait before continuing |
webhook | Send HTTP request |
transform | Transform data between steps |