Skip to main content
Version: 2.1.2

CodeChat API - WhatsApp Integration Platform

Introduction

Telegram Group Whatsapp Group License Support


The CodeChat API is a powerful interface designed to enable seamless WhatsApp integration with businesses of all sizes. Designed as a multi-company application, our API offers a complete solution to allow multiple companies to connect and manage their customer interactions through WhatsApp.

Main features:

  1. Simple and Efficient Connectivity: With the CodeChat API, businesses can quickly connect to WhatsApp and start sending and receiving messages directly from their business accounts.

  2. Centralized Management: Our API enables centralized management of multiple WhatsApp accounts, allowing associated companies to control and monitor their interactions in a single control panel.

  3. Message Personalization: Each business can customize messages sent to customers to reflect their brand and communication style, creating a cohesive and consistent experience.

  4. User and Permissions Management: CodeChat API offers advanced user and permissions management capabilities, allowing companies to assign appropriate roles and access levels to their team members.

  5. Integration with Existing Systems: Our API is designed to integrate seamlessly with systems and platforms already used by companies, optimizing productivity and avoiding data redundancy.

  6. Structured Conversation Flow: Through the CodeChat API, businesses can create structured conversation flows to provide automated responses and direct customers to relevant information.

  7. Security and Compliance: We prioritize data security and compliance with privacy regulations, ensuring that customer information is protected throughout the process.

  8. Scalability: The CodeChat API is highly scalable, adapting to the ever-changing needs of businesses as they grow and expand their operations.

With the CodeChat API, companies can take full advantage of the power of WhatsApp as an effective communication tool to improve customer service, automate processes and strengthen relationships with their audiences. Whether for small startups or large corporations, our API provides an unparalleled communication experience, driving business success in an increasingly connected digital age.

Authentication

Admin

This administrative token handles all instances and businesses as well as control.

Enter the ADMIN_TOKEN defined in your .env file.

See how to insert the ADMIN_TOKEN in the request header:

curl -H 'authorization: Bearer ADMIN_TOKEN ...'

Business

This business token will handle all instances..

Enter the token generated at the time of business creation.

See how to insert the BUSINESS_TOKEN in the request header:

curl -H 'authorization: Bearer BUSINESS_TOKEN ...'

Instance

It is an HTTP authentication scheme that involves security tokens called bearer tokens.

BearerFormat: JWT

curl -H 'authorization: Bearer AUTH_TOKEN ...'

Postman API

Run in Postman

Authentication

This administrative token handles all instances and businesses as well as control.

Enter the ADMIN_TOKEN defined in your .env file.

See how to insert the ADMIN_TOKEN in the request header:

curl -H 'authorization: Bearer ADMIN_TOKEN ...'
Security Scheme Type:http
HTTP Authorization Scheme:bearer
Bearer format:jwt