Add WhatsApp Contact
This page contains the API documentation for the adding new WhatsApp contacts.
Introduction
The Inbox User Import API allows you to import WhatsApp contacts into the ChatbotWorld platform. You can use this API to create or update WhatsApp contacts with various attributes and contact information.
Base URL
Authentication
To use this API, you need to include the following authentication header:
Authorization: Bearer Token
Example:
Bearer eyJhbGciO*****InR5cCI6IkpXVCJ9...
Request Headers
The following request headers are required:
Content-Type: application/json
Request Data
The request should include a JSON array of user profiles to be imported. Each user profile should have the following structure:
Example CURL Request
Response
The API will respond with a status code and a JSON response body. The response body will contain information about the import operation.
Status Codes:
200 OK
: The import operation was successful.
Example Response
Conclusion
The Inbox User Import API allows you to easily import user profiles into the ChatbotWorld platform. Make sure to follow the authentication and data format guidelines for successful imports.
β Got any questions?
If you have any questions, you can look into our repository of FAQs, most likely, you will find your answer here, If not, write us at enquiries@chatbotworld.io
Last updated