Gmail raw info sent

Hi!

I want to create an automation in which the gmail I receive is update to my Google Sheets row and then send an email confirming the submission has been received, everything works well, the user received the email confirmation but it has no subject even though I added the subject and it also comes up with the code itself. Could you please help me?

Hi @Elevare

Did you check the input and output of the Send Email module?

Also check the api call with Make Dev Tools. If the value is sent correctly, the problem is not with Make, but Gmail.

@damato

Hi! Thank you Damato,

I did check the input and output, which should be correct, also, how can I check the API call? I have installed Make Dev tools which gives me Error: Could not establish connection. Receiving end does not exist.

In case it is with my gmail, how can I fix it?

thank you,

Claudio Jupiter,

Elevare Web Services

Hi Claudio.

The screenshot you posted shows the Console for Google Chrome. The errors you see are related to make’s website, not the scenario itself.

Please go to Chrome web store and search for Make Devtool extension.

Install it and you’ll have a Make tab when you press F12.

Run the send mail module and select the 2nd request on the lower left, which is the one calling the send api.

Then check the Request and Response for errors.

Since this is not deterministic, I cannot reproduce it and give you a solution, I can only point you in the direction of the investigation.

@damato