Close menu
Explore Plans
Mobile menu Close menu
Blooio

Send a message

This action will send a new message to a phone number or an email.

Developer info

API endpoint slug
blooio.send_message
Filter code method
Blooio.sendMessage.skip(string?: reason)
Runtime method
runAction("blooio.send_message", {})

Action fields

To Text input > Other

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

Text Text input > Long text

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)

Attachment Text input > File

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)