Get your first automation running in under 10 minutes. This guide walks you through connecting your first integration, building a workflow, and deploying it to production.
Before you begin, make sure you have:
Navigate to Integrations → Browse in your dashboard. Search for the tool you want to connect and click Connect. You'll be redirected to authorize NexusAI to access that tool.
NexusAI only requests the minimum permissions needed. You can review and revoke access at any time from Settings.
Click New Workflow in the top right of your dashboard. You'll see two options:
Every workflow starts with a trigger — the event that kicks everything off. Click Add Trigger and choose from:
Once your workflow is built, click Test Run to execute it with sample data. Review the execution log to verify each step behaved as expected.
When you're ready, click Deploy. Your workflow goes live immediately.
Every NexusAI action is also available via REST API. Authenticate with your API key:
| Parameter | Type | Description |
|---|---|---|
| workflow_id | string | The unique ID of the workflow to run |
| input | object | Input data passed to the workflow's first step |
| async | boolean | If true, returns immediately without waiting for completion |
| idempotency_key | string | Prevents duplicate runs if the same request is sent twice |