The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi,
I’m stuck with one problem.
I’d like to send Mailjet email with the Airtable Script automation.
I succeed to send a Mailjet SMS with this code :
let inputConfig = input.config(); // the input variables in Airtable
let response = await fet...
Hi everyone !
I have an issue with Airtable sending email via zapier …
In my case, I receive a question from a form, with users informations, and I would like to respond to it in writing the answer directly in Airtable rich text formating cells.
I se...
Hi everyone !
I’m not new to Airtable, but I’m completely lost with the calendar sync …
I tried everything i saw on the web, but i can’t do what I want to do.
So here’s my goal:
I have a date column in a table, which is the “Next call date”. I would ...
Hi community !
I have ann issue with a zap (by zapier) I use to send a mail to each new users (in a record).
I would like to display in a view records that follow certain criteria.
The fact is that a record can appear in this view, disappear few minu...
Hi !
I’m searching since days the solution on the forum, i just can’t find it, but it might be really easy !
I have two tables, in one of them i have all the informations i need, and in the other i would like to have a general view of my data, and or...
Thanks for your answer @JonathanBowen
I wrote this code :
let response = await fetch('https://api.mailjet.com/v3.1/send', {
method: 'POST',
body: JSON.stringify(payload),
headers: {
'Content-Type': 'application/json',
'Aut...
Hi @ScottWorld, thanks, I saw this solution, i’ll try this week-end, if it work, i’ll go definitly with it !
Hi @Justin_Barrett, thanks, I know a bit about Integromat, but the main problem is that we are using Mailjet, and they didn’t integrate it, s...