This action will Send a WhatsApp text message to your number.
- API endpoint slug
- inout_wa.send
- Filter code method
- InoutWa.send.skip(string?: reason)
- Runtime method
- runAction("inout_wa.send", {})
Action fields
- Label
- Message type?
- Helper text
- What type of message do you what to send? It will customize the message title and emoji
- Slug
- message_type
- Required
- false
- Can have default value
- false
- Label
- Message to send?
- Helper text
- Text message to send to your WhatsApp number
- Slug
- message_to_send
- Required
- true
- Can have default value
- true
- Filter code method
- InoutWa.send.setMessageToSend(string: messageToSend)