Skip to main content

Integrations Overview

Intellicon CRM connects to external business tools to synchronize data, automate workflows, and eliminate manual data entry. This chapter provides an overview of all available integrations and how to manage them.

Navigate to Admin > Integrations.

Screenshot: Integrations dashboard

Integration Status Dashboard

The integrations page shows a card for each available integration with its current status:

StatusMeaning
ConnectedIntegration is active and syncing
DisconnectedCredentials are configured but the connection is inactive
Not ConfiguredNo credentials have been provided
ErrorConnection is failing (check health details)

Supported Integrations

IntegrationCategorySync DirectionDetails
XeroAccountingBi-directionalXero Integration
Google CalendarCalendarBi-directionalGoogle Calendar
GmailEmailBi-directionalEmail Integration
OutlookEmailBi-directionalEmail Integration
ZapierAutomationOutbound triggers + inbound actionsWebhook-based
DocuSignDocument SigningBi-directionalSend and track signatures
TwilioCommunicationsOutboundSMS and voice (see Notification Settings)
SendGridEmail DeliveryOutboundTransactional email delivery
StripePaymentsBi-directionalPayment processing and subscription tracking
SlackMessagingOutboundCRM event notifications to Slack channels

Integration Health Monitoring

Each connected integration shows health metrics:

  • Last Sync Time — when data was last synchronized
  • Sync Frequency — how often syncs occur (e.g., every 15 minutes)
  • Records Synced — count of records synced in the last 24 hours
  • Error Count — number of sync errors in the last 24 hours
  • Uptime — percentage of time the integration has been healthy

Screenshot: Integration health details

warning

If an integration shows a high error count, investigate immediately. Common causes include expired tokens, API rate limits, and changed credentials. See the specific integration chapter for troubleshooting guidance.

General Configuration Approach

All integrations follow a similar setup pattern:

  1. Navigate to Admin > Integrations and click on the integration card.
  2. Authenticate — provide API keys, OAuth credentials, or initiate an OAuth consent flow.
  3. Configure — set sync direction, frequency, and field mappings.
  4. Test — run a test sync to verify the connection.
  5. Activate — enable the integration for production use.
  6. Monitor — check the health dashboard periodically.

Zapier Integration

Zapier enables connections to 5,000+ applications without custom development.

Outbound Triggers (CRM to Zapier)

Intellicon CRM can send events to Zapier when:

  • A record is created, updated, or deleted
  • A deal stage changes
  • A task is completed

Inbound Actions (Zapier to CRM)

Zapier can trigger actions in Intellicon CRM:

  • Create a contact or lead
  • Update a record
  • Create a task

Configuration

  1. Click on the Zapier integration card.
  2. Copy your API webhook URL and authentication token.
  3. In Zapier, create a new Zap using "Webhooks by Zapier" or search for "Intellicon CRM".
  4. Paste the webhook URL and token.
  5. Configure the trigger event and action.
tip

Start with simple Zaps (e.g., "When a form is submitted in Typeform, create a lead in Intellicon CRM"). Add complexity as you gain confidence with the integration.

Best Practices

  1. Connect one integration at a time — verify each works before adding the next.
  2. Start with read-only — begin with one-way sync (CRM reading external data) before enabling write-back.
  3. Monitor sync health weekly — catch issues before they become data integrity problems.
  4. Review field mappings after schema changes — if you add custom fields, update integration mappings.
  5. Keep credentials secure — rotate API keys and OAuth tokens on a regular schedule.
  6. Document your integration architecture — maintain a diagram showing data flow between systems.

Next: Xero Integration — Connect your accounting system.