Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Mandatory

Type

Description

type

Status
colourRed
titleyes

Status
titlestring

The type of the multimedia message. It can assume one of the following values:

  • IMAGE

  • DOCUMENT

content

Status
colourRed
titleyes

Status
titleobject

An object containing the following properies:

  • img: base64 of the image to sent (only for IMAGE type)

  • document: base64 of the document to sent (only for DOCUMENT type)

  • fileName: name of the document to send

  • caption: caption of the message (can be an empty string)

  • documentType: file extension (one of the supported formats. See below for the supported formats)

replyTo

Status
titleno

Status
titlestring

Message ID you are replying to

Supported formats:

  1. png

  2. jpg

  3. jpeg

  4. pdf

  5. xls

  6. xlsx

  7. doc

  8. docx

  9. ppt

  10. pptx

...