Zami
BETA

A single API for
all chat networks

Send and receive messages across the most popular chat networks with a single integration.

Documentation
WhatsApp
Instagram
Coming soon
ArtboardCreated with Sketch.
Coming soon
Coming soon
Coming soon
// Sends "Hello!" to +1 (829) 696-4737

import { Zami } from 'zami';

const zami = new Zami("om-secret-abcdefghijklmnopqrstuvwxyz");

zami.sendText({
  connection_id: "<connection_id>",
  recipient: "+18296964737",
  body: "Hello!"
})
  
NodeJS
Curl