Arena Connect¶
Arena Connect is Arena’s integration platform for connecting Arena with external applications, databases, APIs, and business systems using prebuilt connectors and custom workflows. Its documentation is split across two locations, depending on what you need:
| You want to… | Where to go |
|---|---|
| Look up a connector — supported applications, actions, authentication, and configuration | This developer site → Arena Connect › Connectors |
| Call an API that has no prebuilt connector | This developer site → HTTP connector |
| Understand what Arena Connect is, prerequisites, and best practices | Arena Help (in your Arena application) → Arena Connect |
| Build a connection with the Workflow Designer (triggers, steps, branching, looping, testing, custom code, and enabling workflows) | Arena Help (in your Arena application) → Arena Connect › Workflow Designer |
The connector reference on this site tells you what each connector can do. The step-by-step guides for building a connection live in the in-app Arena Help, alongside the Workflow Designer itself.
Building a connection with the Workflow Designer¶
The Workflow Designer is a low-code, drag-and-drop tool inside Arena for building connections that sync data between Arena and the other applications and services you use. Because Arena Help is served from within each Arena instance—and is available separately for each region (North America, GovCloud, Europe, UK, and China)—open it from your own environment rather than a single shared link:
- Sign in to your regional Arena application. See Arena API Addresses above for each region’s app URL.
- Open Help from within the application.
- Go to Arena Connect › Workflow Designer (or search for Arena Connect) to find the “What is Arena Connect?” overview and the Getting Started guide to building your first workflow.
Note: Arena Connect’s Workflow Designer is an Enterprise feature. In-app Arena Help is available only to signed-in users of your Arena instance, so the exact articles you see depend on your region and entitlements.
What is a Connector?¶
A connector is a pre-built integration component that handles authentication and communication with an external service. Simply configure credentials and use the connector in your workflows—no custom code required.
Popular Connectors¶
Browse our most commonly used integrations:
- CRM & Marketing: Salesforce, HubSpot, Marketo, Klaviyo
- ERP & Finance: SAP, NetSuite, QuickBooks, Sage
- Collaboration: Microsoft Teams, Slack, Confluence, Asana
- Cloud Storage: AWS S3, Google Drive, Dropbox, OneDrive
- Database: PostgreSQL, MySQL, Snowflake, MongoDB
- APIs & Webhooks: GraphQL, REST, Webhooks, SOAP
Getting Started¶
- Browse Connectors: View the complete list in the Connectors section
- Configure Authentication: Each connector has detailed setup instructions
- Use in Workflows: Drag connectors into your automation workflows
- Monitor Execution: Track connector activity and troubleshoot issues
Need Help?¶
- Check the connector's detailed documentation for setup and configuration
- View code examples and API references in each connector guide
- Contact Arena support for integration assistance
Last updated: {{ now().strftime('%B %Y') }}