v1 · Private app · eu1

Drive cig.chat from Make.com.

An official Make.com app wrapping the cig.chat REST API in 164 ready-to-drop modules across 20 groups. Subscribers, flows, broadcasts, WhatsApp templates, AI agents, conversations, ticket lists, agent groups, integrations, OpenAI embeddings, workspace controls — all in your scenarios, in minutes.

164
Modules
12
Functional groups
7
Live RPCs (dropdowns)
1
Connection — paste your bot token

Setup in four steps

From zero to your first sent message: under five minutes.

1

Get a cig.chat token

In your bot at app.cig.chatSettings → API, copy the bot-scoped Bearer token. One token per bot.

2

Add a connection in Make

In any new scenario, drag a cig.chat module → Connection → Add → paste the token in API Token. Make validates against GET /flow/tags.

3

Pick a module

Modules are grouped by area in the picker — Flow, Subscriber, Sending, AI Hub… search-style modules iterate (one bundle per item), action modules return one bundle.

4

Run your scenario

Send a sub-flow, log an event, broadcast a message, list subscribers. Live dropdowns auto-populate from your bot's tags / segments / sub-flows / fields.

The 164 modules at a glance

Every cig.chat resource you can manipulate from a Make scenario, by group.

Flow 9

List & delete sub-flows · bot user counts · template installs · default-flow setup · agents · inbound webhooks · chat widgets.

Flow Tag 4

List · Create · Delete (by namespace or name).

Flow User Field 5

List · Create · Update · Delete (by namespace or name).

Flow Bot Field 8

Bot-wide variables: list · create · set/set-many · delete (each by namespace or name).

Flow AI Hub 6

List & update AI agents and tasks · default AI provider · audio transcription model. Supports OpenAI, Claude, Gemini, Groq, Deepseek, XAI.

Flow Segment 1

List segments — paginated, with name filter.

Flow Custom Events 4

List events · summary stats · per-event log · log a new event for a subscriber.

Flow Conversation 10

List closed conversations · agent activity log · chat messages · move chat status · assign / unassign agents · pause/resume bot.

WhatsApp Template 4

List · create · delete · sync templates.

Subscriber 32

The largest group — search · CRUD · tags · labels · custom fields · subscriptions · opt-in/out · custom-event triggers.

Sending 17

Send text · SMS · email · sub-flows · WhatsApp templates · Facebook templates. Broadcasts by list, user IDs, tag, or segment, with throttling.

Universal 1

Make an API Call — hit any cig.chat endpoint not yet modeled. Auth header injected automatically.

Common scenario patterns

Five recipes that cover most automation needs.

Tag-based broadcast

List Tags → filter for the audience tag → Broadcast by Tag with a sub-flow. Throttle with max_per_minute=60.

Lead enrichment

Webhook trigger → Search Subscribers by phone → Set Multiple User FieldsAdd Tag (e.g. enriched).

Inbound webhook router

cig.chat Inbound Webhook triggers a Make scenario → branch on payload → Send Sub-flow by Name to drive the right conversation.

Cohort export to Sheets

List Subscribers (filter by tag/segment) → IteratorSet User Field (last_export_at) → Google Sheets — Add a Row.

Daily AI cost ceiling

List AI Agents → if cost over budget → Update AI Agent Provider (downgrade model) → notify Slack.

Agent assignment from CRM

CRM trigger → Search SubscribersAssign Agent (RPC dropdown) + Move Chat To in_progress.