Nov 06, 2022 05:37 AM
If a record is updated it would be awesome to sent the data to a webhook url. How would you do that?
Nov 07, 2022 10:59 AM
Yes.
Some “no-code” integrations have the complexity of code and require expertise to build, understand, and maintain. I am in the minority, but I consider these complex systems to be code–they just don’t have to deal with as many spelling, grammar, and authentication issues as traditional code. And that is a good thing, because when you don’t have to worry about low-level things, you can focus on the actual logic at hand.
On the other hand, there are many levels of expertise, and no clearly accepted cross-platform accreditation system for who gets to call themselves experts. So just because someone calls herself an expert doesn’t mean very much.
Nov 08, 2022 05:17 AM
Is let config = input.config();
an accurate code? I have seen this in multiple threads and tried it but the scripting extension is indicating there is an error in it and won’t let me run the script.
Nov 08, 2022 05:20 AM
It is valid code for an automation script. It is not valid in Scripting Extension.
Nov 08, 2022 05:29 AM
Thanks @kuovonne. I was literally just reading Airtable dcumentation describing exactly this.
Much appreciated. :slightly_smiling_face:
Oct 04, 2023 03:18 AM
HI @Greg_F
I've followed your cideo, as i'va an issue getting the Record ID in MAke. Com. Unfortunately, i still have the same issue.
I've attached image from make.com.
Here is my script on airtbale :
const inputData = input.config ()
const {recordId} = inputData
const response = await fetch("https://hook.eu2.make.com/xxx?recordId="+recordId)
console. log (await response.status)
Oct 04, 2023 04:01 AM
@cg Make sure you have that you have input variables defined on the left side:
Also in your example there seem to be a strange space after config and between ()
Oct 04, 2023 05:59 AM
@Greg_FMany thanks, I've found another issue :
recordId="+
The "=". I've removed it and now the record Id appears in make.
Many thanks for your help.
I have the same issue in airtable though, i had before and thought it came from the record id missing.
I have x lines, in airtable with data.
With the following columns :
And i want make to send the keyword to a prompt in chatgpt, then put the result of the prompt on the field "Structure Chatgpt" , from the same line of the keyword.
My trigger is when an entry meet the following conditions :
Status = to do AND field "structure chat gtp" must be empty.
Each time i run Make.com, it put the result in the same field. Not the one corresponding to the line of the keyword. i've attached a capture (airtable structure).
Any ideas on how to solve this issue ?
Many thanks in advance
CG
Nov 06, 2024 02:19 PM
Hey everyone, Hannes from miniExtensions here.
I just wanted to add that the miniExtensions form has some really powerful features regarding webhooks! You can trigger webhooks with each form submission, or only in certain cases, based on the data in the record. You can also base the webhook off of an Airtable field, so you can simply use a formula field to generate the correct webhook URL, which is very straightforward and much easier to do than the scripts described in this thread. Of course this would be used if you/your users update records using the miniExtensions form. If you need to update records in Airtable directly and have those updates trigger webhooks, you'd still need the solutions outlined earlier in this thread.
I'd be happy to explain how to set up the formula. Just drop me a message or reply to this thread!