AVA Automation Platform

Connect every platform.
Automate everything.

181 connectors. A visual flow builder. One transformation language. Build automations that move data between any platforms — with version history, recipes, and a full API.

181
Platform
connectors
JSON
Auto-translation
between platforms
1
Language
JSONata
Flow version
history
JSON Auto-Translation

Every platform speaks JSON.

Every connector translates its native data format into JSON. JSONata transforms it into the shape the next platform expects. One language to move data between any two systems.

No custom code. No platform-specific adapters. Write a JSONata expression once and it works across all 181 connectors. AVA can write these transformations for you in conversation.

JSONata Transformation
/* Map a Podio item to a Salesforce contact */
{
  "FirstName": body.fields.first_name,
  "LastName": body.fields.last_name,
  "Email": body.fields.email[0].value,
  "Phone": body.fields.phone[0].value,
  "Company": body.fields.company.title,
  "Source": "Podio Sync"
}
Flow Lifecycle

Build. Test. Deploy. Monitor.

Every flow has a complete lifecycle with versioning, drafts, and real-time monitoring. Roll back to any previous version instantly.

Status Description Actions Available
Draft Flow is being designed. Not yet published. Edit, test with sample data, save draft
Active Flow is live and processing events. Monitor, view logs, suspend, copy, update
Suspended Temporarily paused. No events processed. Resume, edit, delete, view history
Completed One-time flow finished execution. View results, copy, re-run
Error Flow encountered an unrecoverable error. View logs, fix, retry, rollback version
Recipes

Reusable automation templates.

Package any flow as a recipe. Share it across your organization or publish it for others. Recipes capture the complete flow definition — steps, transformations, and credential schemas.

Create from existing flows
Export any working flow as a recipe with one command. Credential placeholders are automatically generated.
Visibility controls
Private to your workspace, shared within your contract, or published globally. You control who sees and uses your recipes.
One-click activation
Activate a recipe, supply your credentials, and the flow is live. No manual step configuration required.
Full API Access

Everything is programmable.

Every operation available in the UI is also available via REST API. Build custom integrations, trigger flows programmatically, and manage your entire automation stack from code.

API Example
// Create and start a flow via API
POST /v2/flows
{
  "name": "Podio to Salesforce",
  "type": "ordinary",
  "graph": {
    "nodes": [...],
    "edges": [...]
  }
}

// Run it now
POST /v2/flows/{id}/run
181 connectors and growing

Every platform you use. Connected.

From CRMs to ERPs, from databases to communication tools. Each connector exposes triggers and actions that plug into any flow.

CRM & Sales

Salesforce, HubSpot, Podio, Pipedrive, Zoho CRM, Microsoft Dynamics, SugarCRM, Copper, Freshsales, Close

ERP & Finance

QuickBooks, NetSuite, SAP Business One, Xero, Sage, FreshBooks, Wave, Chargebee, Stripe, Square

Project & Work

Jira, Asana, Monday.com, Trello, Basecamp, Wrike, ClickUp, Notion, Airtable, Smartsheet

Communication

Slack, Microsoft Teams, Twilio, SendGrid, Mailchimp, Mandrill, Intercom, Zendesk, Freshdesk, HelpScout

Databases & Storage

MongoDB, PostgreSQL, MySQL, MSSQL, Snowflake, BigQuery, AWS S3, Google Drive, OneDrive, Dropbox

E-Commerce & More

Shopify, WooCommerce, Magento, Amazon, eBay, DocuSign, Google Sheets, REST API, ODBC, Webhooks

Ready to automate everything?

$1 per workflow step. Unlimited flows. Unlimited executions. Connect your first platforms today.