Developers

Build with BizzBuzz API

Extensive documentation, guides, and API references to help you build powerful conversational experiences.

Contacts

Contacts represent the customers you interact with. You can store attributes, tags, and notes for each contact.

Create a contact

POST /contacts

Creates a new contact record.

// Request
{
  "name": "Jane Doe",
  "email": "jane@example.com",
  "phone": "+1234567890",
  "custom_attributes": {
    "plan": "premium"
  }
}
// Response
{
  "id": "cnt_987654321",
  "name": "Jane Doe",
  "created_at": "2024-03-21T09:00:00Z"
}

Update a contact

PATCH /contacts/:id

Updates an existing contact's information.

// Request
{
  "tags": ["vip", "early_adopter"]
}
Ready to scale?

Scale your
impact.

Enterprise Ready
Direct Meta Sync
99.99% Uptime SLA

Join the elite circle of founders who have automated their scaling logic.

Secure your Competitive Advantage today.

No credit card required · Setup in under 5 minutes