Search
 
SCRIPT & CODE EXAMPLE
 

HTML

meta - sendMessage

POST /v1/messages
{
  "recipient_type": "individual",
  "to": "whatsapp-id",
  "type": "audio" | "contact" | "document" | "image" | "location" | "sticker" | "text" | "video",
  
  "audio": {
    "id": "your-media-id",
  }
  
  "document": {
    "id": "your-media-id",
    "caption": "your-document-caption-to-be-sent",
    "filename": "your-document-filename"
  }
  
  "document": {
    "link": "the-provider-name/protocol://the-url",
    "provider": {
        "name" : "provider-name"
    },
    "caption": "your-document-caption"
  }
  
  "document": {
    "link": "http(s)://the-url.pdf",
    "caption": "your-document-caption"
  }
  
  "video": {
    "id": "your-media-id",
    "caption": "your-video-caption"    
  }
  
  "image": {
    "link": "http(s)://the-url",
    "provider": {
        "name" : "provider-name"
    },
    "caption": "your-image-caption"
  }
  
  "image": {
    "id": "your-media-id",
    "caption": "your-image-caption"
  }
  
  "sticker": {
    "id": "your-media-id"
  }
  
  "sticker": {
    "link": "http(s)://the-url",
    "provider": {
      "name" : "provider-name"
    }
  }
}
Comment

PREVIOUS NEXT
Code Example
Html :: web development html chapter 1 
Html :: html role for icon 
Html :: java ee static html 
Html :: how to make somethin gdisapear when you hover over something else html 
Html :: c# htmlagilitypack get html as string 
Html :: aria-describedby and role 
Html :: how to run an application exe running in server and return the response in html 
Html :: posh-ssh key authentication 
Html :: visa card 
Html :: how to make a page notification 
Html :: banner slider bootstrap 
Html :: html entity for ascending descending 
Html :: swiper js pagination arrows outside container 
Html :: how to display java code in html 
Html :: target parent html 
Html :: write a html code using frames with background color 
Html :: what is element in html 
Html :: bootstrap navbar 
Html :: html code for list box with checkbox 
Html :: cuales son los elementos bloque y los elementos linea 
Html :: Hyper-text markup language 
Css :: css hide number input arrows 
Css :: reset submit input style 
Css :: how to contain an image within a div 
Css :: absolute vertical position css 
Css :: get company id odoo 
Css :: transfrom rotate 
Css :: truncate text css 
Css :: "LeagueFlysystemAwsS3v3AwsS3Adapter" 
Css :: css overflow truncate 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =