evolution_message_send_ptv
Send a round or instant video message (PTV) to a WhatsApp recipient using Evolution API. Specify recipient number and video URL or base64.
Instructions
Send a PTV (round/instant) video message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delay | No | Delay in milliseconds before sending. | |
| video | Yes | Video URL or base64. | |
| 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']. | |
| mentionsEveryOne | No | Mention all group participants. |