Resources · Make integration

Initiative CRM Make integrationAutomate Initiative CRM with Make.

What can Make actually do with your Initiative CRM records? The Initiative CRM Make integration gives you 7 modules: 1 trigger, 5 actions and 1 search. This guide is for sales and ops people who want to connect their account, build a first scenario and know which module fits which job.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What does the Initiative CRM Make integration let you automate?

The Initiative CRM Make integration links your CRM account to Make so records can be created, read, changed or removed by a scenario, which is the automation you build in Make as a chain of modules. Each module is one brick: a trigger that starts the flow, an action, or a search.

Every new lead lands in the CRM on its own. A form or a spreadsheet in another app starts the scenario, and Create a Record files the entry in Initiative CRM. Nobody retypes a name from an email anymore.

Your team hears about record changes without opening the CRM. Watch Records picks up records that were created or updated, Get a Record pulls the full details, and a module of your messaging or task app passes them on.

Duplicates get caught before they pile up. Search Records looks for a match first; you then decide whether Update a Record or Create a Record should run.

One honest limit: Make's own documentation for Initiative CRM is marked as limited, because little public information exists about the app. Expect to discover field names inside the module itself, and test with Run once before trusting a scenario. If you want a guided path, the Make training walks through these habits, and the Agile CRM Make integration shows the same logic on another CRM.

Weighing tools? The n8n vs Make comparison lays out the criteria side by side.

Connect

How do you connect Initiative CRM to Make?

  1. 01

    Open the connection window

    Add any Initiative CRM module to your scenario, then click Create a connection. A connection is your Initiative CRM account linked to Make once, and every Initiative CRM module in your scenarios reuses it.

  2. 02

    Give it a clear name

    Naming the connection is optional, but it helps later. Something like the account owner or the team makes it obvious which login a scenario uses when several people share Make.

  3. 03

    Authorize and save

    Depending on what Initiative CRM asks for, approve Make on the Initiative CRM page that opens, or paste the key the app gives you. Then click Save, and the module can list what it reads from your account.

First scenario

Your first scenario with Initiative CRM

GoalWhen a new entry arrives in another app, Make creates the matching record in Initiative CRM.

  1. 01

    Create the scenario

    On the Scenarios page, create a new scenario and click the big +. Pick the app where your new entries show up (a form tool or a sheet, for example) and choose its trigger.

  2. 02

    Add Create a Record

    Click the + to the right of that first module, search for Initiative CRM and pick Create a Record. Click Create a connection if this is your first Initiative CRM module.

  3. 03

    Map the incoming data

    Once connected, Make shows what it can read in your CRM. Choose the kind of record to create, then drag values from the first module into the matching fields. No typing of fixed values needed.

  4. 04

    Test it with Run once

    Click Run once and send one test entry through the first app. Open the bubble on each module to read the bundle it received, then check that the record really appeared in Initiative CRM.

  5. 05

    Schedule and switch it on

    Click the clock on the first module to set the schedule; a new scenario checks every 15 minutes by default. Then flip the scenario on and let it run without you.

Triggers

What starts an Initiative CRM scenario

1 module starts a scenario when something happens in Initiative CRM. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Initiative CRM as soon as it happens.

Initiative CRM1Watch Records

Watch Records

Scheduled trigger

In MakeTriggers when a record is created or updated.

Watch Records hands your scenario every Initiative CRM record that was created or updated since the last check, one bundle per record. It is the only trigger this app offers, so anything that reacts to the CRM starts here.

How it fires
it is a scheduled trigger, so Make checks the app on the scenario's schedule (the clock badge), every 15 minutes by default and no faster than that on the Free plan.
When to use it
a colleague or another tool should hear about new or edited records without anyone opening the CRM to look.
Watch out
creations and updates arrive through the same door, so build the next modules to handle both kinds of change, not only new records.
Modules

Every Initiative CRM module, explained simply

Initiative CRM gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Initiative CRM1

Create a Record

Action

In MakeCreates a new record.

Create a Record adds a brand-new entry to Initiative CRM with the values you map from earlier modules, so leads coming from forms, sheets or inboxes end up in the CRM without manual entry.

When to use it
a signup, a quote request or a new customer appears somewhere else and needs its own record.
Watch out
it never checks for an existing twin; put Search Records before it if duplicates would hurt.
Initiative CRM2

Delete a Record

Action

In MakeDeletes a record.

Delete a Record removes one Initiative CRM record for you, which keeps the base clean when test entries, spam or cancelled accounts should disappear without anyone hunting for them by hand.

When to use it
a lead marked as junk in another tool should vanish from the CRM too.
Watch out
treat the removal as permanent, and try it on a throwaway record with Run once before pointing it at real data.
Initiative CRM3

Get a Record

Action

In MakeReturn the data of a specified record of selected module.

Get a Record fetches the full data of one specific record, so later modules work on the whole record, not just the reference an earlier step handed over (a precaution, since the documentation does not say what each module returns).

When to use it
right after Watch Records or Search Records, when you already know which record you want and need all of it.
Watch out
it reads a single record; to go through several, start from Search Records instead.
Initiative CRM4

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Make an API Call lets you reach any part of the Initiative CRM API from your scenario, reusing the same connection, so a need the other six modules miss is not a dead end.

When to use it
you need an operation that has no dedicated module in the list above.
Watch out
Make's documentation for this app is limited and does not describe the API, so you will need Initiative CRM's own technical reference to fill it correctly.
Initiative CRM5

Update a Record

Action

In MakeUpdates an existing record.

Update a Record changes an existing Initiative CRM entry in place, which keeps one clean record per customer instead of stacking new versions every time something moves.

When to use it
a deal stage, an address or an owner changes in another app and the CRM should follow.
Watch out
the module has to know which record to edit, so feed it one found by Search Records or passed on by Watch Records.
Initiative CRM6

Search Records

Search

In MakeRetrieves the records of the selected module that match the specified criteria.

Search Records finds the Initiative CRM records that match your criteria and returns zero, one or several of them, each as its own bundle, which is how you check before you create or change anything.

When to use it
before Create a Record, to see whether that email or company is already in the CRM.
Watch out
every returned bundle runs the following modules again, and each run counts as an operation on your plan.
Need help

Need help automating Initiative CRM with Make?

A person reads every message.

FAQ

Questions people ask next

01Is the Initiative CRM Make integration free?
Yes, you can start on Make's Free plan, because Initiative CRM is a standard app and not reserved to the Enterprise plan. The Free plan still has limits: 2 active scenarios, at least 15 minutes between two scheduled runs, 5 minutes per execution, files up to 5 MB and 512 MB of data transfer. Paid plans such as Core, Pro and Teams lower the interval to 1 minute and remove the cap on active scenarios. Usage is counted in operations, one per module per bundle, so a search that returns many records costs more.
02What do you need to connect Initiative CRM to Make?
You need an Initiative CRM account and a Make account, nothing else listed by the documentation. Add any Initiative CRM module, click Create a connection, optionally name it, then approve Make on the Initiative CRM page or paste the key the app provides, and click Save. Make's documentation for this app is marked as limited, so it does not list any extra prerequisites or known connection errors. If the save fails, check that you are signed in to the right Initiative CRM account and try again.
03Does the Initiative CRM trigger in Make fire instantly?
No. Watch Records is a scheduled trigger: Make checks Initiative CRM on the scenario's schedule rather than being called by the app. A new scenario checks every 15 minutes by default. On the Free plan, 15 minutes is also the shortest interval allowed, while paid plans can go down to 1 minute. So a record created or updated right after a check waits for the next one. If speed matters, a paid plan lets you shorten the interval; if it does not, the default is usually enough to keep a team informed.
04What if an Initiative CRM action is missing in Make?
Use Make an API Call. It exists for Initiative CRM and lets a scenario call any endpoint of the app's API with the connection you already set up, so you are not limited to the six listed modules. The catch is documentation: Make marks its Initiative CRM docs as limited, so you will need the vendor's own API reference to know which endpoint to call and what to send. Test each call with Run once and read the bundle that comes back before you switch the scenario on.
05Should you use Make or n8n for Initiative CRM?
It depends on what your team already runs and on what each tool offers for this app. In Make, Initiative CRM comes with 7 modules, including a scheduled Watch Records trigger, a Search Records module and Make an API Call for anything else, available from the Free plan. The same app often has an n8n node too, so check the n8n node list before you decide rather than assuming it is there. Compare the modules each side gives you for your exact case, then pick the tool your team will actually maintain.