Yes, you can do this.
It sounds like you already had somebody write the script for you that runs when you click the button? That person would just need to modify that script for you so that it runs inside an automation that is triggered by a webhook. If you don’t have access to that person anymore, there are several JavaScript experts in this forum that are available for hire. You can also make API calls via the script as well.
Note that Airtable’s webhooks are relatively limited at the moment. Namely, they only receive POST requests with a JSON payload. You can read more about receiving webhooks in Airtable here. Also, automations are not interactive, meaning that your webhook must either specify the record to act upon, or your automation/script must contain the logic to find the record to act upon.
If you’d like to eliminate the need for coding altogether, and you would like to use professional webhooks and/or mailhooks that have none of Airtable’s webhook limitations, you can turn to Make.com, which is a low-code/no-code automation tool that lets you setup your own custom webhooks/mailhooks, and then create your own automations & API calls without any knowledge of coding. You can read more about their webhooks here and their mailhooks here.
And if you have a budget for your project and need to hire an expert Airtable consultant to help you with Make, feel free to contact me through my website here.
Yes, you can do this.
It sounds like you already had somebody write the script for you that runs when you click the button? That person would just need to modify that script for you so that it runs inside an automation that is triggered by a webhook. If you don’t have access to that person anymore, there are several JavaScript experts in this forum that are available for hire. You can also make API calls via the script as well.
Note that Airtable’s webhooks are relatively limited at the moment. Namely, they only receive POST requests with a JSON payload. You can read more about receiving webhooks in Airtable here. Also, automations are not interactive, meaning that your webhook must either specify the record to act upon, or your automation/script must contain the logic to find the record to act upon.
If you’d like to eliminate the need for coding altogether, and you would like to use professional webhooks and/or mailhooks that have none of Airtable’s webhook limitations, you can turn to Make.com, which is a low-code/no-code automation tool that lets you setup your own custom webhooks/mailhooks, and then create your own automations & API calls without any knowledge of coding. You can read more about their webhooks here and their mailhooks here.
And if you have a budget for your project and need to hire an expert Airtable consultant to help you with Make, feel free to contact me through my website here.
Thank you so much for the helpful links!
That’s correct, someone built my script to run when the button is clicked - he is no longer accessible, though. :pleading_face:
I actually have the majority of my workflows connected through Make. I could easily pass my record details through that - however, I’m not sure how to execute the script through a make scenario. I’m going to read into the Make articles a bit more, but if it becomes too confusing, I’ll certainly reach out.
Thanks again for your expertise!