Unify Logo Footer.svg
Unify Integrations
Logo
Agilecrm

Agilecrm

Logo

3 mins READ

Use the Agilecrm connector to combine CRM, marketing, and service automation.

Integrating your application with Agilecrm lets you use these operations in an automation. It exposes 10 actions, listed below. Add the connector from the Connections area, authenticate, then select its operations in the automation builder. Capabilities: actions, triggers.

Authentication

Before you begin, make sure you have the following information:

Connection Name: Choose a meaningful name for your connection. This name helps you identify the connection within your application or integration settings.

Authentication Type: The authentication method for this connector is defined in the connection setup. Select the connector in the Connections area to see the fields it requires.

Authentication & setup

Agile CRM uses HTTP Basic Authentication where your account email and API key serve as credentials.

Basic Authentication

All API requests require Basic Authentication in the following format:

Authorization: Basic {base64_encoded_credentials}

Where credentials are: email_address:api_key encoded in base64.

Getting Your API Key

  1. Log in to your Agile CRM account

  2. Navigate to Admin Settings (left sidebar)

  3. Scroll down and click Developers & API

  4. Go to API & Analytics section

  5. Find your API Key and click Copy to copy it

  6. Your account email is your Agile CRM login email

agilecrm-1-4ee38ecd.png
agilecrm-1-4ee38ecd.png

Actions

Action Name

Description

Add contact to campaign

Add contact to campaign in Agile CRM

Add score to contact

Add score to contact in Agile CRM

Create company

Create company in Agile CRM

Create contact

Create contact in Agile CRM

Create deal

Create deal in Agile CRM

Create event

Create event in Agile CRM

Create note

Create note to a contact using email ID in Agile CRM

Create task

Create task in Agile CRM

Create ticket

Create ticket in Agile CRM

Update contact

Update contact properties in Agile CRM

About the API

Agile CRM provides comprehensive REST API endpoints for customer relationship management:

  • API Base URL: All requests go to https://{domain}.agilecrm.com/dev/

  • REST Architecture: JSON-based REST API for easy integration

  • Contact Management: Create, read, update, delete contacts and companies

  • Deals & Pipeline: Manage sales deals and track pipeline progress

  • Tasks & Activities: Create and manage tasks, notes, and activities

  • Custom Fields: Define and populate custom data fields

  • Tags & Segmentation: Organize contacts with tags for targeted automation

  • Email & Messaging: Send emails and manage communications

  • API Documentation: Comprehensive README and API documentation on GitHub

The platform includes both REST APIs and readymade UI components for rapid integration.

Official documentation

https://github.com/agilecrm/rest-api