Compose email after onboarding

Hi,
I have a use case where after onboarding, I would like to compose and send a confirmation email to notify the user that they had successfully registered. I am using Glide Table…suggestions on how to do this please.
(I have read about Google sheet using Zapier/Integromat, but I wanted directly from Glide table)

Thanks

In the onboarding process, I assume you already have a button to finish the onboarding steps. If this is the case, you can add a Zapier/Webhook action to the action chain and send an email through Zapier/Integromat.

1 Like

I understand webhook. But I ran into an issue. Since I am using the system form, the User will click “Done” on the form…how can I access this button to make it a compound action (adding the webhook after “Done” is clicked)

Thanks

You do that in the “On submit” action.

1 Like

Maybe this video from @Robert_Petitto could help.

Glide webhook action to send data anywhere
Use case in the video: send email.

3 Likes

the easiest and most beautiful way is to use a script with trigger… try this SAMPLE
just enter a valid email… click send… and check your mailbox, if you like what you see… contact me :wink:

2 Likes

Magic! :stuck_out_tongue_winking_eye:

4 Likes

thanks. got it.

1 Like