Stu1019 Posted October 3, 2023 Posted October 3, 2023 Following is a custom function I built to send SMS messages out of filemaker using textgrid which is about half the price of Twilio. parameters are CellNumber and Message the account SID, Authorization Token and the number you purchased from textGrid are available to you after signing up with them. As far as I know this works in the United states but Im sure can be modified to work overseas. I tried to post this to briandunning custom functions but was unable to create an account there to do so. Use the insert URL to $$response "httpspost://" & "your account sid" & ":" & "authorization token" & "@api.textgrid.com/2010-04-01/Accounts/" & "your account sid" & "/Messages.json?To=+1" &Filter(CellNumber;"0123456789") & "&From=+1" & "the number you purchased from textGrid" & "&Body=" &Message
Recommended Posts
This topic is 701 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now