Send VCard API

Method : POST | GET

Endpoint: {{ url('/') }}/send-vcard

Request Body : (JSON If POST)

Parameter Type Required Description
api_key string Yes API Key
sender string Yes Number of your device
number string Yes recipient number ex 72888xxxx|62888xxxx
name string Yes Name ex magd almuntaser
phone string Yes Phone Number ex 72888xxxx|62888xxxx

Examplo JSON Request

      
        {
          "api_key": "1234567890",
          "sender": "62888xxxx",
          "number": "62888xxxx",
          "name": "magd",
          "phone": "62822xxxx"
        }
      
      

Example URL Request

        
{{ url('/') }}/send-vcard?api_key=1234567890&sender=62888xxxx&number=62888xxxx&name=magd&phone=62822xxxx