Hello,
I have weird behavior when sending a webhook.
For this project, I am working on a free airtable space. So I can't use scripts.
This is a table in which I have large images. I want to reduce them (basically, go from 3-4 MB to 150 KB).
I have a Make scenario which is fine except that it receives the duplicate webhook and therefore triggers twice.
In Airtable, I have an automation that will copy a webhook into an attachment field to launch the webhook
the trigger: when the “Image” field is updated
the webhook: a formula = WH Make & record ID Airtable & a timestamp of the modified las (without the timestamp, the WH is always identical and Airtable only triggers it the first time)
When I modify the image, the autom airtable only fires once, but Make receives 2 webhooks
Anyone have any idea why? (and a solution)
Solved
sending webhook by url attachement
Best answer by Sachin_191
Let's address your webhook issue and image resizing challenge. For the webhook duplication, it seems that Airtable's timestamp update is causing Make to trigger twice. We can modify the scenario to filter out duplicate webhooks based on unique identifiers or timestamps, ensuring only one instance proceeds. For image resizing, we can use an external API like TinyPNG within Make to reduce image sizes efficiently.
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
