Skip to main content
POST
/
contacts
{
  "phone_number": "233241234567",
  "first_name": "John",
  "last_name": "Doe",
  "email": "john@example.com"
}
{
  "success": true,
  "data": {
    "id": 3,
    "phone_number": "233241234567",
    "first_name": "John",
    "last_name": "Doe",
    "email": "john@example.com",
    "created_at": "2026-01-15T12:00:00.000000Z",
    "updated_at": "2026-01-15T12:00:00.000000Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt

Use this file to discover all available pages before exploring further.

phone_number
string
required
Phone number (international, local, or with + prefix). Local numbers are auto-converted.
first_name
string
Contact’s first name
last_name
string
Contact’s last name
email
string
Contact’s email address
{
  "phone_number": "233241234567",
  "first_name": "John",
  "last_name": "Doe",
  "email": "john@example.com"
}
{
  "success": true,
  "data": {
    "id": 3,
    "phone_number": "233241234567",
    "first_name": "John",
    "last_name": "Doe",
    "email": "john@example.com",
    "created_at": "2026-01-15T12:00:00.000000Z",
    "updated_at": "2026-01-15T12:00:00.000000Z"
  }
}