Telephony
Format Phone Numbers as (678) 800-1234 in Zoho Creator
Users type phone numbers however they like — dots, dashes, spaces, a leading 1, parentheses. That variety makes numbers impossible to search, deduplicate, or hand to an API. This pair of scripts normalises every number to (678) 800-1234 on save, and ...
Parse, Validate and Locate a Phone Number with the Neutrino API
Bad phone numbers quietly destroy outbound campaigns. This script runs every number through the Neutrino API before it is trusted: it confirms the number is real, tells you whether it is a mobile or a landline, normalises it to E.164, and writes it ...
Send Text Messages from Zoho Creator with GoTo Connect (formerly LogMeIn Jive)
Two functions send a text message from inside a Zoho Creator app through GoTo Connect: one keeps an OAuth access token fresh, the other sends the message. Wire the second to a button and your users can text a contact without leaving the record. ...
Send Faxes Online from Zoho Creator with an Email-to-Fax Gateway
The cheapest way to fax out of Zoho Creator is not an API at all — it is email. Every mainstream fax provider accepts a message sent to <number>@theirdomain and puts the attachment on the wire. That means Deluge’s built-in sendmail can fax a report ...
Send Faxes with the RingCentral API from Zoho Creator
This function sends a fax from a Zoho Creator record through the RingCentral API: it authenticates, caches the access token so you are not re-authenticating on every call, pulls a PDF from a Creator report, and posts it to RingCentral as a multipart ...