Send File Message

In this page we show you how to send a message containing a pdf file.

A file-type conversation refers to a message that includes a file attachment.

In this table below you'll see the Arguments for this request.

Here's how to create a request for sending a file message to a WhatsApp user using the provided API endpoint.

{
    "type": "file",
    "mediaUrl": "https://www.w3.org/dummy.pdf",
    "altText": "Here is a pdf attached"
}

The provided YAML configuration below defines an API specification using the OpenAPI (formerly known as Swagger) format.

Last updated