Documentation Index
Fetch the complete documentation index at: https://docs.voxworks.ai/llms.txt
Use this file to discover all available pages before exploring further.
Description
Checks whether the contact’s phone number is SMS-capable by validating that it is an Australian mobile number (starting with+614). Returns true if the phone number can receive SMS messages.
Manual Inputs
This function has no manual inputs.Global Inputs
This function automatically uses:| Variable | Description |
|---|---|
| [Contact - Phone] | The contact’s phone number to validate |
Manual Outputs
| Name | Data Type | Description |
|---|---|---|
| result | bool | true if the phone number is SMS-capable (mobile) |
Global Outputs
This function has no global outputs.Logic
The function checks if the phone number starts with+614 (Australian mobile prefix):
Example Usage
Best Practices
- Check before sending - Always use this function before attempting to send SMS
- Have a fallback - Provide an alternative flow for landline numbers
- Combine with email check - If SMS isn’t available, check if email is an option
Next Steps
- Contact Email is Available - Check if email is on record
- SMS - Send to Contact - Send SMS after validation
- Function Steps - Learn how to configure function steps

