Jun 14, 2019 04:18 PM
I want to execute my own third-party code when I set the value for a record. For example, when I set the value for my applicant to be “Pending”, I want to trigger a texting API to send that applicant an SMS. Can you guide me on how to do so
Jun 14, 2019 06:06 PM
You may be able to make use of Zapier - I believe there is a way that you can add your own app to their system as long as you have an API that meets certain requirements… can’t recall exactly what those requirements are at the moment :slightly_smiling_face:
Jun 15, 2019 03:37 AM
Hi Richard
I would recommend Integromat (similar but more flexible than Zapier) - probably using a trigger based on the new modified date / time field as described in my blog post:
https://www.onlinedatabase.expert/post/using-airtable-s-new-last-modified-fields-with-integromat
Except you could use a Twilio connection to send an SMS instead of send an email.
Jun 17, 2019 01:14 PM
It’s probably only a two-step process in Zapier. Step one is the “New Record in View” Airtable trigger (targeting a view in your table that only shows applicants marked as “Pending”). The second step would be the texting API. Zapier has its own “SMS by Zapier” integration that should do the job. Using the data gathered in the trigger step, you fill in the fields required by the SMS action.