Claude Email creation and Make Automatically sends Email via Gmail

:bullseye: What is your goal?

Generate an email reply about an item, from a client in Claude, then Make will automatically send via Gmail from my account.

:thinking: What is the problem & what have you tried?

I have tried Templates and Help, but they all give different answers, as some Templates use 2 HTTP modules (https://eu1.make.com/templates/13840-receive-data-from-a-custom-webhook-make-a-http-request-and-notify-via-email-with-google-email), while other solutions use a Scenario module and no HTTP module (Claude to Gmail (Send Email) - #4 by Eric_F). I can’t even see a Start Scenario option.

I have over 30 years of experience, but just not sure which method is correct.
Thank you for any advice.

:link: Create public scenario page

https://eu1.make.com/1977448/scenarios/6254848/

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Hi @Mark68

Welcome to the community. Your workflow setup seems okay but your modules clearly shows that all 3 modules have incomplete configuration that’s why there’s a red 1 above all 3 modules. Can you open each module and share a screenshot of each so we can help you set them up correctly.

Before taking screenshots verify that you’ve created the custom webhook needed to send your data to make, you have used the right request link to get the request and you have integrated your Gmail correctly and mapped the fields.

You might need a typical AI module in the middle to actually use the data from the webhook to create a succinct json of the email Headline, email body and other relevant info that you would map directly in your Gmail module.

Regards.

Hey Raimund,

what are you trying to do exactly?

Cause if it is automatically respond to emails, then the first module needs to be a Mailhook and not a Webhook and the second one needs to be the Antropic module to call Claude and not the HTTP one.

Hello, and thank you for your prompt response.

I initially wanted to make sure the design was correct before continuing to configure each module individually.

I will continue to configure as I can.

Many thanks again for your time.

Hi, thank you for your reply.

I’m using Claude to create a promotional email. Then tasking Claude to create a list of potential customers, which will include email addresses.

I hope that makes sense. Thank you.

Then you are very far from the design you need.

What starts the automation? What is Claude basing the promotional email on? Where is it sourcing the potential customers?

Claude is finding possible clients. Create an email in Claude to a possible client about on of our products. Claude creates the email with a referenced email address. Make.com recieves the instruction automatically. Make.com sends the email. Is that a possible and realistic scenario?

Well yeah but it’s not that simple.

Where is Claude searching for possible clients? You can’t just prompt it and expect actual leads. Usually this is done by Apify scraping linkedin for example. Or purchasing an excel sheet with possible leads in a certain sector and using that.

Many thanks for your input. The searching for clients etc., is being set up elsewhere. My only interaction is with Make :innocent:

I seem to have solved my initial Modules query:

Using ReqBin and the WebHook URL, all seems to work very well, and as expected.

Thank you to everyone for their help. Much appreciated for my first Make project.