Hello everyone!
I use an external software to manage payments and such. When a certain action is made in that software I want to send a webhook to Airtable with the purpose of creating a new Record with information about the change in the payment software.
So far so good, I have started looking at Automations for this and found the trigger 'When webhook received'. Then I got a webhook URL.
What kind of Action should I choose to use? Would it be possible to just pick 'Create Record' and then pick the data from the webhook call? Or is it necessary to write a Script?
The data could be something like:
- Contract ID
- Payment method
Thanks in advance!