sending email in the form #11206
Answered
by
tglynx
rcarvalhopiaget
asked this question in
Help
sending email in the form
#11206
-
Hello I have a form and when the person clicks save it needs to send an email how do I do that? |
Beta Was this translation helpful? Give feedback.
Answered by
tglynx
Jul 12, 2023
Replies: 3 comments
-
Hi, in short: Let me know if this helps already, or if you have further questions. Regards, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Michael got it right and now how do I get the contents of the table and
put it in the body of the email?
Em qua., 12 de jul. de 2023 às 06:59, Michael Sommer <
***@***.***> escreveu:
… Hi,
in short:
Define a new action on the 'Save' Button -> Trigger Automation
Create a new automation from there -> Send-EMail
Let me know if this helps already, or if you have further questions.
Regards,
Michael
—
Reply to this email directly, view it on GitHub
<#11206 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BAG55XQFZXDJ67XH2XDCPZLXPZYO7ANCNFSM6AAAAAA2GQNKUY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
<http://www.jpiaget.com.br> *Rodrigo Damasceno de Carvalho*
Supervisor de Tecnologia da Informação
(11) 4367-8303 / (11) 99124-9874
***@***.***
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ConorWebb96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
again in short:
Go to your automation (in automate) and have a look at the 'Trigger' section.
Add the necessary fields for the content you want to pass.
Could look like this as an example:
In the SendEmail Step of the Automation use the defined fields in the HTML Contents.
Could look like this as an example:
Back in design edit the actions of your save button again and add the fields in the 'Trigger Automation' action.
Pass the necessary information using 'Bindings'.
Could look like this (as an example).
The necessary bindings depend on what you want to pass.
Hope this helps,
Michael