evolution_message_send_text
Send a WhatsApp text message to a phone number or JID, with options for link preview, delay, quoting, and mentions.
Instructions
Send a text message to a WhatsApp number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message text. | |
| delay | No | Delay in milliseconds before sending. | |
| number | Yes | Recipient phone number (digits, country code) or full WhatsApp JID. | |
| quoted | No | Message to quote/reply to. | |
| instance | No | WhatsApp instance name. Optional if EVOLUTION_DEFAULT_INSTANCE is configured. | |
| mentioned | No | List of JIDs to mention, e.g. ['5215550123@s.whatsapp.net']. | |
| linkPreview | No | Enable link preview for URLs. | |
| mentionsEveryOne | No | Mention all group participants. |