Send Messages

Explore all operations and guides for Send Messages.

Messaging Guide

Overview of Wawp's Messaging capabilities and best practices.

Send Messages Endpoints

16 Endpoints
POSTGET
/v2/send/text

Send Text Message

Use for core text messaging. Required params: instance_id, access_token, chatId, message.

POSTGET
/v2/send/image

Send Image

SendImage expects a file object (url, mimetype, filename) and required caption/reply_to.

POSTGET
/v2/send/pdf

Send PDF

Treat PDFs as general file deliveries via the file endpoint. Require file.url and required caption.

POSTGET
/v2/send/list

Send List Message

Sends an interactive List Message (menu) to a chat. This message type displays a button that, when tapped, opens a list of options.

POST
/v2/send/event

Send Event

Sends a calendar event message to a chat. Users can tap on the event to view details, add it to their calendar, or join a call.

POSTGET
/v2/send/voice

Send Voice

Voice messages accept OGG/Opus. Required params: instance_id, access_token, chatId, file[url], file[filename], file[mimetype], convert.

POSTGET
/v2/send/video

Send Video

Send a video file to a chat.

POSTGET
/v2/send/link-preview

Send Link Preview

Send a message with a custom rich link preview card.

POSTGET
/v2/send/location

Send Location

Send a static geographic location to a chat.

POST
/v2/send/poll

Send Poll

Send an interactive poll with multiple options.

POST
/v2/send/poll/vote

Send Poll Vote

Programmatically vote on a WhatsApp poll.

POST
/v2/send/contact

Send Contact Vcard

Send professional contact cards (vCards) to a chat. Supports single or multiple contacts in one bubble.

POST
/v2/send/seen

Mark message(s) as seen

Mark specific messages or an entire chat as seen/read (Blue Ticks).

POST
/v2/send/start-typing

Start Typing

Show the 'typing...' or 'recording audio...' status in a chat.

POST
/v2/send/stop-typing

Stop Typing

Remove the 'typing...' or 'recording audio...' status from a chat.

PUT
/v2/send/reaction

Reaction

React to a specific message with an emoji (👍, ❤️, 😂, etc.).