Send an SMS from your Android phone when you single press your Pebblebee Stone
This Action will send an SMS from your Android device to any phone number you specify.
Developer info
- API endpoint slug
- android_messages.send_a_message
- Filter code method
- AndroidMessages.sendAMessage.skip(string?: reason)
- Runtime method
- runAction("android_messages.send_a_message", {})
Action fields
Phone number Text input > Other
- Label
- Phone number
- Helper text
- Experiment with including or excluding the country code depending on your device and carrier settings.
- Slug
- phone_number
- Required
- true
- Can have default value
- true
Text Text input
- Label
- Message
- Slug
- text
- Required
- true
- Can have default value
- true
- Filter code method
- AndroidMessages.sendAMessage.setText(string: text)