Chatarmin MCP integration for AI agents.
Connect AI agents to Chatarmin through 23 structured actions, including get campaign, add or replace voucher codes, and delete contact. Review authentication…
- ACTION CONTRACTS
- 23
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Chatarmin integration exposes
The Chatarmin Agent App exposes 23 provider-backed actions for marketing and communication work. Its current contract lets an authorized agent retrieve one chatarmin campaign by campaign id, add new voucher codes to a chatarmin pool or replace one unused code, and delete a chatarmin contact by contact id or externalid. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Chatarmin account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Chatarmin capabilities.
Showing 12 of 23 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_campaignREADRetrieve one Chatarmin campaign by campaign ID.
INPUTS: campaignId
add_or_replace_voucher_codesWRITEAdd new voucher codes to a Chatarmin pool or replace one unused code.
INPUTS: poolId / codes / replaceCode
delete_contactHIGH IMPACTDelete a Chatarmin contact by contact ID or externalId.
INPUTS: contactId
create_contactWRITECreate a new Chatarmin contact.
INPUTS: phone / email / firstname / lastname / consent
create_voucher_poolWRITECreate a Chatarmin voucher pool with an initial list of voucher codes.
INPUTS: poolName / vouchers / reuseCodes / reminder / emptyOptions
create_webhookWRITECreate a Chatarmin webhook for one supported topic.
INPUTS: url / topic
delete_voucher_poolHIGH IMPACTDelete a Chatarmin voucher pool and its unused voucher codes.
INPUTS: poolId
delete_webhookHIGH IMPACTDelete a Chatarmin webhook by webhook ID.
INPUTS: webhookId
get_contactREADRetrieve one Chatarmin contact by contact ID or externalId.
INPUTS: contactId
get_flowREADRetrieve one Chatarmin flow by flow ID.
INPUTS: flowId
get_flow_analyticsREADRetrieve paginated Chatarmin flow analytics for a flow.
INPUTS: flowId / page / limit / start / end
get_flow_contact_analyticsREADRetrieve Chatarmin flow analytics for specific contacts.
INPUTS: flowId / contactIds / start / end
INPUT CONTRACTS
Know what the action needs before it runs.
get_campaign
campaignIdREQUIRED- The Chatarmin campaign ID.
add_or_replace_voucher_codes
poolIdREQUIRED- The Chatarmin voucher pool ID.
codesOPTIONAL- Voucher code strings to add to the pool.
replaceCodeOPTIONAL- An unused voucher code replacement.
delete_contact
contactIdREQUIRED- The Chatarmin contact ID or externalId.
create_contact
phoneREQUIRED- The contact phone number in international format.
emailOPTIONAL- The contact email address.
firstnameREQUIRED- The contact first name.
lastnameOPTIONAL- The contact last name.
consentREQUIRED- The Chatarmin consent state for the contact.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Campaign
Retrieve one Chatarmin campaign by campaign ID. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_campaignControl Add Or Replace Voucher Codes
Add new voucher codes to a Chatarmin pool or replace one unused code. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
add_or_replace_voucher_codesVerify with Add Or Replace Voucher Codes
Add new voucher codes to a Chatarmin pool or replace one unused code. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
add_or_replace_voucher_codesSAFETY BOUNDARY
Operate Chatarmin with explicit limits
- Authorize Chatarmin with API key and grant only the provider access required by the selected actions.
- 12 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Treat `delete_contact`, `delete_voucher_pool`, and `delete_webhook` as high-impact operations and require an explicit approval boundary.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Chatarmin rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the Chatarmin task completed successfully.
CONNECTION MODEL
API key
Chatarmin API key sent as a Bearer token. Find it in your Chatarmin dashboard profile settings: https://chatarmin.com/dashboard/profile
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 11
- WRITE SIGNALS
- 8
- HIGH IMPACT
- 4
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Chatarmin.