Skip to main content

Kwiqreply MCP

In one line: Connect Kwiqreply so your UnleashX agent can send rich WhatsApp messages (text, link previews, reply buttons, and interactive lists) and read or write your UnleashX datasource records in the same flow.
CategoryCommunication
AuthenticationAPI Key (Kwiqreply gateway token)
Setup time~5 minutes
DifficultyEasy
Best forTeams using Kwiqreply for WhatsApp who want their agent to send interactive messages and sync data with UnleashX objects

1. Overview

Kwiqreply is a WhatsApp messaging gateway that lets businesses send rich, interactive WhatsApp messages — plain text, link previews, reply-button menus, and selectable lists — through a single API. Once connected to UnleashX, your agent can send all of those message types to your customers, and also read and write records in your UnleashX datasource objects — so a single request can both message a customer and log or update the related record. Connecting Kwiqreply to UnleashX is ideal for conversational workflows: present a customer with button or list choices over WhatsApp, then record their details or look up their status against your UnleashX data — all driven by natural language.

2. What you’ll need

  • A Kwiqreply account with WhatsApp messaging enabled.
  • Your Kwiqreply API token (the bearer token used to authenticate with the Kwiqreply gateway).
  • An UnleashX account with the datasource objects you want to read from or write to (each has an object_id).
If you don’t have access to your company’s Kwiqreply token, ask your Kwiqreply account admin to generate or share it. You won’t be able to send messages without it.

3. Get your credentials

Kwiqreply authenticates with a single API token (a bearer token). You’ll get it from your Kwiqreply dashboard.
1

Sign in to Kwiqreply

Go to app.kwiqreply.io and sign in to your account.
2

Open API / Developer settings

In the dashboard, open the API / Developers / Settings area where your access token is shown.
3

Generate or copy your API token

Copy the API token (used as Authorization: Bearer <token> for the messaging endpoint).
Treat your Kwiqreply token like a password. If it is shown only once on generation, copy it now and store it somewhere safe — you may not be able to view it again.
Credentials UnleashX needs and why:
CredentialWhy UnleashX needs it
Kwiqreply API token (bearer)Authenticates every WhatsApp send to the Kwiqreply gateway
UnleashX object object_id(s)Identifies which UnleashX datasource object to read or write (provided per request, not at connect time)
The datasource tools (Get List Data, Insert Datasource, Get Datasource, Update Datasource) read and write your UnleashX objects. These calls use UnleashX’s own platform token — you don’t supply a separate key for them.

4. Connect on UnleashX

1

Open your agent

Sign in at tryunleashx.com and open the agent you want to connect.
2

Go to Data Connectors

Open Data Connectors inside the agent.
3

Find Kwiqreply and Configure

Locate Kwiqreply and click Connect / Add / Configure.
4

Paste your API token

Enter your Kwiqreply API token from Section 3 and save.
5

Confirm it's connected

The connector shows a Connected badge once your token is accepted. You’re ready to send.
01 connect kwiqreply

5. Available tools

ToolWhat it doesChanges data?
Get List DataFetch object data counts by conditions from UnleashXNo
Insert DatasourceInsert a new datasource record into UnleashX✏️ Yes
Get DatasourceFetch datasource records from UnleashX by where-conditionsNo
Update DatasourceUpdate an existing UnleashX datasource record✏️ Yes
Send Text MessageSend a plain WhatsApp text message via Kwiqreply✏️ Yes
Send Text Message with URLSend a WhatsApp text message with link preview enabled✏️ Yes
Send Button MessageSend a WhatsApp interactive reply-button message (max 3 buttons)✏️ Yes
Send List MessageSend a WhatsApp interactive list message with selectable rows✏️ Yes

6. Example usage

“Ask 9876543210 over WhatsApp whether they want Plan A, Plan B, or Plan C, with tappable buttons.” Behind the scenes: Send Button Message (three reply buttons). “Save this lead — name Priya, phone 98765 43210 — to our Leads object, then text her a welcome message.” Behind the scenes: Insert Datasource (write the record) → Send Text Message (welcome message).

7. Permissions & data access

UnleashX CAN:
  • Send WhatsApp text, link-preview, reply-button, and interactive list messages via Kwiqreply.
  • Read counts and records from your UnleashX datasource objects.
  • Insert and update records in your UnleashX datasource objects.
UnleashX CANNOT:
  • Delete records (no delete tool is exposed by this server).
  • Send message types beyond those listed (e.g. media/templates are not part of this connector).
  • Access Kwiqreply account settings or billing.
How to disconnect: In UnleashX, open Data Connectors → Kwiqreply → Disconnect. To fully cut messaging access, also revoke or regenerate the API token in your Kwiqreply dashboard. Disconnecting takes effect immediately.

8. Troubleshooting

ProblemWhat it meansHow to fix it
401 — Missing AuthorizationNo Kwiqreply token was sent or it’s blankReconnect and re-enter your Kwiqreply API token
401 / 403 from gatewayThe token is invalid, expired, or revokedGenerate a fresh token in Kwiqreply and reconnect
”At most 3 reply buttons” errorA button message included more than 3 buttonsReduce to 3 or fewer buttons, or use Send List Message instead
”At least one section/row is required”A list message had no rowsProvide at least one section with at least one row
Datasource call fails / UNLEASHX_URL errorThe UnleashX datasource endpoint isn’t reachable or the object_id is wrongVerify the object_id exists; contact support if the platform endpoint is unavailable
For general connector issues, see /mcp/integrations.

9. Frequently asked questions

Can this connector delete records? No. It can read (Get List Data, Get Datasource), insert (Insert Datasource), and update (Update Datasource) UnleashX records, but it exposes no delete operation. What’s the difference between text and list/button messages? Text messages are plain (optionally with a link preview). Button messages show up to 3 tappable reply buttons; list messages show a menu of selectable rows grouped into sections — useful for letting customers pick an option. How do I rotate my Kwiqreply token? Generate a new token in your Kwiqreply dashboard, then reconnect in UnleashX with the new value. Revoke the old one in Kwiqreply. Do the WhatsApp messages come from my own number? Yes — they’re sent through your Kwiqreply account, which is tied to your configured WhatsApp sender.

10. References