Chatio.io
  • Overview
    • πŸ€–About Chatio
    • πŸ“ΊVideo Overview
  • On-Boarding
    • πŸ•΅οΈβ€β™‚οΈSet up Facebook Developer Account
    • πŸ“’Create and verify Facebook business Manager
    • πŸ“±Connect Your Phone Number to WhatsApp
    • πŸ”“Generate the permanent token in Cloud API
    • πŸ’³Add a debit or credit card to the account for payment
    • πŸ›‘οΈSet webhook to receive incoming messages
  • Platform
    • βš™οΈWABA Setup
    • πŸ—’οΈCreate Templates
    • πŸ”„Add Contact
    • πŸ•ΈοΈWhitelabel Setup
    • πŸš“WhiteLabel licence
  • References
    • πŸ“ŽAPI
  • General
    • πŸ“ŽReasons for WABA Rejection
Powered by GitBook
On this page

Was this helpful?

  1. References

API

Save Contact

You can get the account ID and group ID by raising a support ticket.

POST https://webapi.chatio.io/api/contact/save-contacts

Select Payload Type

Raw Json

Data

{ "accountId": 0, "countryCode": "string", "groupId": 0, "groupName": "string", "contactDetails": [ { "id": 0, "accountId": 0, "firstName": "string", "middleName": "string", "lastName": "string", "companyName": "string", "mobileNumber": "string", "nationalNumber": "string", "countryCode": "string", "emailId": "string", "address": "string", "city": "string", "state": "string", "country": "string", "zipCode": "string", "weddingDate": "2023-06-17T14:43:40.357Z", "anniversaryDate": "2023-06-17T14:43:40.357Z", "birthDate": "2023-06-17T14:43:40.357Z", "website": "string", "nickName": "string", "column1": "string", "column2": "string", "column3": "string", "column4": "string", "column5": "string", "column6": "string", "column7": "string", "column8": "string", "column9": "string", "column10": "string", "column11": "string", "column12": "string", "column13": "string", "column14": "string", "column15": "string", "doc": "2023-06-17T14:43:40.357Z", "dom": "2023-06-17T14:43:40.357Z", "isdeleted": 0, "isArchived": 0, "source": "string", "countryName": "string", "isSubscribed": 0 } ] }

PreviousWhiteLabel licenceNextReasons for WABA Rejection

Last updated 1 year ago

Was this helpful?

πŸ“Ž