שׂיג ושׂיח · Cig.Chat

שׂיג ושׂיח · Cig.Chat

📖 6 min read · v1 · Private beta · eu1.make.com · Vendor: cig.chat

שׂיג ושׂיח · Cig.Chat connects your Make.com scenarios to the cig.chat messaging-automation platform — a CDPlus / UChat-class chatbot suite for WhatsApp, SMS, email and webchat. The app exposes 164 modules across 20 functional groups, plus 7 dynamic-dropdown RPCs, all served through a single API-key connection. Any subscriber, flow, broadcast, AI agent, template or conversation in cig.chat is directly addressable from a Make scenario.

New to cig.chat? Sign up at www.cig.chat. Each cig.chat bot issues its own API token; one token connects one bot to Make.

Requirements

Connect שׂיג ושׂיח · Cig.Chat to Make

The app uses a single connection type: API key (Bearer token). Tokens are bot-scoped — connect one bot per Make connection. Repeat the steps below per bot.

  1. Get your API token from cig.chat

    Log in to app.cig.chat, open the bot you want to automate, then go to Settings → API and copy the Bearer token. Keep it secret — anyone with the token can drive that bot.

  2. Add the connection in Make

    In a new or existing scenario, drag in any שׂיג ושׂיח · Cig.Chat module. In the Connection field, click Add. Give it a label (e.g. cig.chat — sales bot), paste the token into the API Token field, then click Save.

  3. Validate

    Make automatically calls GET /flow/tags to validate the token. A green check means success. If you see Invalid credentials, the token is wrong, expired, or copied with surrounding whitespace — regenerate it and try again.

The connection can now be reused across any module in the app and across any number of scenarios in your team.

Modules

Modules are organised by area of the cig.chat platform. Search modules return one bundle per item (use them as iterators). Action modules return a single bundle. The Universal module lets power users hit any cig.chat endpoint not yet wrapped.

Flow 9

Top-level flow management, agents, widgets and webhooks.

SearchList Sub-flowsAll sub-flows in this bot, with name filter.
ActionDelete Sub-flowRemove a sub-flow by namespace.
ActionGet Bot Users CountSubscriber counts by status.
SearchList Template InstallsTemplates installed in this bot.
ActionSet Default Start FlowChange the bot's entry sub-flow.
ActionSet Web-Chat Default Start FlowSame, for the web-chat widget.
SearchList AgentsTeam agents (filter by role).
SearchList Inbound WebhooksInbound-webhook configs on this bot.
SearchList Chat WidgetsEmbedded chat-button widgets.
Flow Tag 4
SearchList TagsReturns one bundle per tag.
ActionCreate TagAdds a new tag by name.
ActionDelete TagRemove by namespace (RPC dropdown).
ActionDelete Tag by NameRemove by display name.
Flow User Field 5
SearchList User FieldsAll custom user-field definitions.
ActionCreate User FieldNew field with type and display type.
ActionUpdate User FieldRename or change display type.
ActionDelete User FieldBy namespace.
ActionDelete User Field by NameBy name.
Flow Bot Field 8

Bot-wide variables (analogous to globals).

SearchList Bot FieldsReturns one bundle per bot field.
ActionCreate Bot FieldNew field with default value.
ActionSet Bot FieldUpdate by namespace (RPC dropdown).
ActionSet Bot Field by NameUpdate by name.
ActionSet Multiple Bot FieldsUp to 20 in one call.
ActionSet Multiple Bot Fields by NameUp to 20 by name.
ActionDelete Bot FieldBy namespace.
ActionDelete Bot Field by NameBy name.
Flow AI Hub 6

Configure cig.chat's AI agents and tasks. Supports OpenAI, OpenAI Responses, Deepseek, XAI, XAI Responses, Claude, Gemini, Groq.

SearchList AI AgentsFilter by namespace, provider, name.
ActionUpdate AI Agent ProviderChange provider/model on an agent.
SearchList AI TasksFilter by namespace, provider, name.
ActionUpdate AI Task ProviderChange provider/model on a task.
ActionSet Default AI ProviderBot-wide default.
ActionSet Audio Transcription ModelSpeech-to-text model.
Flow Segment 1
SearchList SegmentsPaginated, with name filter.
Flow Custom Events 4
SearchList Custom EventsEvent-name definitions.
SearchGet Custom Events SummaryAggregated stats over a range.
SearchGet Custom Events DataDetailed per-event log.
ActionLog Custom EventRecord an event for a subscriber (text / price / number).
Flow Conversation 10

Inspect and steer live conversations.

SearchList Closed ConversationsWithin a date range.
SearchList Agent Activity LogFilter by user / agent / action / source.
SearchGet Chat MessagesSubscriber message history.
SearchGet Messages by IDsUp to 100 messages by mid.
ActionMove Chat Toopen / in_progress / done.
ActionAssign AgentPick from RPC dropdown.
ActionAssign Agent GroupBy group ID.
ActionUnassign AgentClear assignment.
ActionPause BotFor N minutes.
ActionResume BotRe-enable automation.
WhatsApp Template 4
SearchList WhatsApp TemplatesReturns one bundle per template.
ActionCreate WhatsApp TemplateSubmit a template via the bot.
ActionDelete WhatsApp TemplateBy name.
ActionSync WhatsApp TemplatesRe-sync from Meta.
Subscriber 32

Everything you do to a single subscriber: lookup, lifecycle, tagging, labels, custom fields, subscriptions, opt-ins and triggers. See the cheatsheet PDF for the full enumeration. Highlights:

  • Lookup — Search Subscribers · Get Subscriber Info · Get Subscriber Info by Channel User ID.
  • Lifecycle — Create · Create Bulk (≤100) · Update · Delete.
  • Tags & Labels — add/remove single or multiple, by namespace or by name.
  • Custom fields — set / clear single or multiple, by namespace or by name.
  • Subscriptions — Subscribe / Unsubscribe to bot · Opt-in/Opt-out for SMS and Email.
  • Triggers — Trigger App Event with arbitrary context.
Sending 17

Outbound messaging by namespace, channel user ID, tag, segment or list.

  • To one subscriber by namespace — Send Main Flow · Send Sub-flow · Send Sub-flow by Name · Send Text · Send SMS · Send Email · Send Node · Send WhatsApp Template · Send Content.
  • To one subscriber by channel user ID — Send Sub-flow by User ID · Send WhatsApp Template by User ID.
  • Broadcasts — Broadcast to List (≤200) · Broadcast by User IDs · Broadcast WhatsApp Template by User IDs · Broadcast by Tag · Broadcast WhatsApp Template by Tag · Broadcast by Segment.

Each broadcast accepts scheduled_time (Unix seconds) and max_per_minute for throttling. Supported broadcast types: EMAIL, SMS, WHATSAPP_TEMPLATE, FACEBOOK_NOTIFICATION.

Universal 1
UniversalMake an API CallHit any cig.chat endpoint not modeled. Base URL and Authorization header are added automatically.

Use the universal module for endpoints not yet wrapped, or to test a request before promoting it to a dedicated module.

Webhooks

Outbound webhooks (cig.chat → Make) are configured inside cig.chat itself: open Bot settings → Inbound webhooks, point the target URL at a Make Webhooks module, and your scenario will trigger every time the bot fires the event. The List Inbound Webhooks module in this app surfaces those registrations programmatically.

Instant triggers initiated from Make.com aren't part of Batch 1; if you need a dedicated New Subscriber / Conversation Closed instant-trigger module, raise a request via [email protected].

Rate limits and error handling

Resources

Support

Bugs, feature requests, integration help — write to [email protected].
Sales, partnerships, custom plans, ISV integrations — [email protected].
New to cig.chat? Sign up at www.cig.chat.