Send WhatsApp Message
block enables users to send a message through WhatsApp using a specified sender number. This block provides a straightforward way to communicate directly via the platform, allowing for programmatic message dispatch.
I/O | Feature | Type | Simple Explanation |
---|---|---|---|
input | send_from | string | The phone number of the person or entity sending the message. |
input | send_to | string | The phone number of the recipient who will receive the message. |
input | message | string | The text content you wish to send in the WhatsApp message. |
output | message_status | string | A status indicator showing whether the message was sent successfully or if an error occurred during transmission. |
Send WhatsApp Message
block is an invaluable tool!