This action will send a new message to a phone number or an email.
- API endpoint slug
- blooio.send_message
- Filter code method
- Blooio.sendMessage.skip(string?: reason)
- Runtime method
- runAction("blooio.send_message", {})
Action fields
- Label
- To
- Helper text
- Recipient phone number in E.164 format (e.g., +15551234567) or email address
- Slug
- to
- Required
- true
- Can have default value
- true
- Label
- Text
- Helper text
- Text body of the message.
- Slug
- text
- Required
- false
- Can have default value
- true
- Filter code method
- Blooio.sendMessage.setText(string: text)
- Label
- Attachment
- Helper text
- Link of publicly accessible URL to a media attachment.
- Slug
- attachment
- Required
- false
- Can have default value
- true
- Filter code method
- Blooio.sendMessage.setAttachment(string: attachment)