There is an easier way. You don’t need apps script to do this. All you need is a share component.
This is all you need to do for the blocks.
There is an easier way. You don’t need apps script to do this. All you need is a share component.
This is all you need to do for the blocks.
That Will popup for the user to send, not to send automatically from our email ids.
Please send me the link I am not getting a thing
always asking for project will not make you learn what you are not understanding ask here we are here to help you but not to do your work
for me none of this works:
Better Way(which i am using).
Save data in airtable
Link it with zapier.com
Trigger Event: A New Airtable Record
Action: Gmail Mail
Also, Pls refer to -
Everything will work.
This is a great resource @tchind, thanks for sharing!
Hi, I use airtable for sending emails but without Zapier,
Everyone! I found a way to fix this problem.
Switch to the legacy editor in Google Apps Script and
try the code again.
It should work this way…
I guess you use Airtable Automations,
You shouldn’t have to use the legacy editor. I set this up recently for a project and don’t think I had to revert to complete.
Either way, it’s the best option and you can send something like 20,000 free emails a day and they can be HTML formatted so they look beautiful!
Noted
hello , I know this discussion has been already open a time ago .I want to be abble from thunkable to send email I use the information’s to I get here
My thunkable block is
The script in https://script.google.com
Another question it seams that this script is only working inside Gmail , is there other possibility to extent to all the others email provider ?
Thankx in advance
“Please test on a device” means that you need to test this on a mobile device using Thunkable Live or as a downloaded app.
Be aware also, the app script will not return a response. It will err or not return a response.
When you run it from your mobile device and you see it working, you will also need to remove the quotes around body
from the last line in Google Apps Script.
Muneer :the quotes around body are already removed (it was done for a test purpose), on IOS device I receive Undefined and Android also .The email (in this example ealalin1@gmail.com) is not send.
I m still working on it .
Jared : The script return a Status code ( 200 if it’s successful completed) correct ?
I will try in state of reading the error ,I will read the status received on the Thunkable post.
Do you know what is the difference between :
// GmailApp.sendEmail(recipient,subject,body); and
MailApp.sendEmail(recipient,subject,body);
It seams that the parameters passed from thunkable (after making the “queryParameters” with the fields “recipient”," subject"and “body” are not reconized by the google script .
Yes, 401 will come up of course. This is a server authorization / authentication error.