דלג לתוכן הראשי
The Texter API lets you send and receive WhatsApp messages, manage chats and templates, and react to real-time events from your own systems. Every request is plain HTTPS + JSON against your own Texter environment.

Base URL

https://{projectID}.texterchat.com/server/api/v2
If your environment URL is https://demo.texterchat.com, your projectID is demo.

Quickstart

1

Create an API token

In Texter: gear icon → Developers → API Tokens → create a token with the scopes View template messages and Send template messages. Full details in Authentication.
2

Make your first call

curl https://YOUR_PROJECT.texterchat.com/server/api/v2/whatsapp/templates \
  -H "Authorization: Bearer YOUR_API_TOKEN"
A JSON array of your approved templates means you’re connected.
3

Send your first template message

curl -X POST https://YOUR_PROJECT.texterchat.com/server/api/v2/whatsapp/templates/send \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "templateName": "YOUR_TEMPLATE_NAME", "to": "972521234567" }'

Most-used endpoints

Send Template Message

Deliver an approved WhatsApp template with variables, media and reply actions

Search Chats

Find a conversation by phone number, labels or status

Assign Chat

Route a conversation to an agent or department

List All Templates

Retrieve your approved templates and their content

Explore

Webhooks

Get notified in real time - new messages, chat status changes, channel health

Objects

Field-by-field references for Chats, Messages, Templates and more

Enums & Common Fields

Every status value, type enum and the which-ID-goes-where cheat sheet

Session Messages

Send text, media, buttons, lists, contacts and locations into active chats

Use it in Postman

  1. In Postman, click Import and paste this URL:
    https://texter.mintlify.app/api-reference/texter-api.postman_collection.json
    
  2. Set the collection variables projectID and apiToken. You’ll get the full Texter API collection, organized like these docs, with every example ready to run.

About Texter

TexterChat (טקסטר) is a unified messaging platform for managing business conversations - especially on WhatsApp: a single inbox for all channels, smart bots for qualification and routing, CRM integrations, bulk template campaigns, labels, quick replies and more. We serve clients from higher education, insurance, retail, medical clinics and government entities to SMBs, in both Israel and the U.S. Learn more at texterchat.com. For any questions, contact Texter Support.