Loading...
Loading...
How accounts, senders and channels relate in Zavu - what you connect, what bills, and how to find the sender to send from.
npx skill4agent add zavudev/zavu-skills channel-setup| Layer | What it is | Where it lives |
|---|---|---|
| Account | The connection to a provider: a WhatsApp Business Account, a Facebook Page, an Instagram account, a Telegram bot, an email domain, a phone number | Connected in the dashboard (Accounts, Phone Numbers) or via partner invitations |
| Sender | The API handle that ROUTES accounts: what you pass as | |
GET /v1/senderschannels{
"id": "sender_12345",
"name": "Acme Store",
"channels": ["whatsapp", "sms", "voice"],
"isDefault": true
}channelsZavu-Sender'Zavu-Sender': "sender_12345"| You connected... | The sender... | Send with |
|---|---|---|
| WhatsApp (embedded signup or invitation) | auto-created, | |
| Messenger Page / Instagram account | auto-created, named after the Page/@username | |
| Telegram bot | attached via | |
| Email domain (verified) | attach with | |
| Nothing yet (zero-setup start) | | |
| Phone number | route it to a sender ( | |
Zavu-Sender