Vertoapp.io
  • Overview
    • 🤖About Verto App
    • 📺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
  • References
    • 📎API
  • General
    • 📎Reasons for WABA Rejection
Powered by GitBook
On this page
  1. References

API

Save Contact

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

POST https://webapi.vertoapp.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 } ] }

PreviousAdd ContactNextReasons for WABA Rejection

Last updated 1 year ago

📎