Messaging tools send outbound messages on every channel chatzuri supports for inbound. One credential typically powers both the inbound channel and the outbound tool — set it up once, both directions work.
WhatsApp Business (Cloud API)
Tool id: whatsapp_send. Credential type: whatsapp.
Sends text, templates, media, reactions, and read receipts via Meta's official WhatsApp Cloud API.
Get the credentials
- Open developers.facebook.com/apps and create a Business-type app.
- Add the WhatsApp product and pick or create a WABA.
- From the WhatsApp → API Setup page, copy:
access_token,phone_number_id,business_account_id. - Configure the inbound webhook URL chatzuri shows on the channel page; pick your own
verify_tokenstring.
send_text / send_media only works within 24 hours of the customer's last inbound message. Outside that window, use send_template with a pre-approved template name.Chatzuri WhatsApp (QR-based)
Tool id: chatzuri_whatsapp_send. Credential type: chatzuri_whatsapp.
No Meta approval — pair via QR code on your phone. Faster to launch, no template approvals, but you accept the standard WhatsApp ToS risks of unofficial automation. Best for prototyping or small-scale use. See Chatzuri WhatsApp.
Slack
Tool id: slack_post. Credential type: slack.
Actions: post messages, update / delete messages, list channels, add reactions, look up users.
Get the credentials
- Open api.slack.com/apps and click Create New App → From scratch.
- Under OAuth & Permissions, add the scopes you need:
chat:write,channels:read,reactions:write,users:read. - Click Install to workspace, then copy the Bot User OAuth Token (starts with
xoxb-). - For inbound events, copy the Signing Secret from Basic Information → App Credentials.
Telegram
Tool id: telegram_send. Credential type: telegram.
Send text, photos, documents; pull updates.
Get the bot token
- Message @BotFather on Telegram.
- Send
/newbot, follow the prompts to pick a name and username. - BotFather replies with an HTTP API token — that's the
bot_token.
Facebook Messenger
Tool id: facebook_messenger. Credential type: messenger.
Send text, quick replies, templates; mark messages as seen.
Get the credentials
- In Meta for Developers, create a Business app and add the Messenger product.
- Pick your Facebook Page and generate a Page Access Token with
pages_messaging. - Save the
page_access_token+page_id.
HUMAN_AGENT, POST_PURCHASE_UPDATE) are allowed.Instagram DMs
Tool id: instagram_dm. Credential type: instagram.
Send text, media, quick replies on Instagram Business accounts.
Get the credentials
- Same as Messenger — Meta for Developers, Business app, Page Access Token with
instagram_basic+instagram_manage_messages. - Connect your Instagram Business account to the Facebook Page.
- Save the page token and the Instagram Business Account ID.
Email (Mailgun)
Tool ids: mailgun_email_send, chatzuri_email_send, send_email.
chatzuri_email_send uses the system Mailgun account — zero setup. Bring your own domain via mailgun_email_send.
Bring your own Mailgun
- Sign up at mailgun.com and add your sending domain.
- Under Sending → Domain settings → API keys, copy the Private API key.
- Pick the region:
usoreu. Save with the domain name.
SMS — Twilio
Tool id: twilio_sms. Credential type: twilio_sms.
Two-way SMS via Twilio. Phone numbers must be in E.164 format (+14155551212).
Get the credentials
- Sign up at twilio.com; verify your number.
- From the console, copy Account SID and Auth Token.
- Buy or port an SMS-capable phone number. Save it as the
phoneNumberon the credential.
SMS — Infobip
Tool id: infobip_sms. Credential type: infobip_sms.
International SMS via Infobip with broad coverage.
Get the credentials
- Sign up at infobip.com.
- From the portal, copy the API key and your base URL (e.g.
https://abc123.api.infobip.com). - Register a sender id (alphanumeric or shortcode).
SMS — Sozuri
Tool id: sozuri_sms. Credential type: sozuri_sms.
Two-way SMS optimised for African networks (Kenya, Uganda, Tanzania, etc.).
Get the credentials
- Sign up at sozuri.net.
- From the dashboard, copy your API key and approved sender id.
Chatzuri Mobile SMS Gateway
Tool id: chatzuri_mobile_sms. Credential type: mobile_sms.
Uses a real Android phone as an SMS gateway via the chatzuri mobile app. Ideal for markets where carrier APIs aren't available, or for low-volume two-way SMS at near-zero cost. Setup walkthrough: Chatzuri Mobile SMS Gateway.
