WhiteHatBox
Share Page
Following(0)
Partner(s)
kukumuku

How to Input Variable value in email body?

ReplyThanks 2018/10/05 18:05:11 0 0
How can I use variable value in email body when i send email? What is the code I need to put in email to show variable value?

I want to send email like:

Hello [name], thank you for contacting us.

[name] = variable that I scrape.

Can I put in any code in body section of send email to show variable value?


Example Pic

https://imgur.com/NeDd5JS

Karmagedon
2018/10/06 16:18:25
1 # kukumuku 2018/10/5 18:05:11
How can I use variable value in email body when i send email? What is the code I need to put in email to show variable value?

I want to send email like:

Hello [name], thank you for contacting us.

[name] = variable that I scrape.

Can I put in any code in body section of send email to show variable value?


Example Pic

https://imgur.com/NeDd5JS

Hello.

To send E-mail you can use the Send Email action. In the settings of this action there is an option Body, where you can specify a string type variable.

In the first step, initialize the variable (through Variable Operate).

Then replace the keyword with the one you need (Variable Operate action).

Then use the resulting string to send E-mail.

Module Development - [email protected] // Thanks - https://ko-fi.com/arbots
kukumuku
2018/10/07 03:05:23
Thank you sooo very much!!!!!!!
Karmagedon
2018/10/07 10:47:39
3 # kukumuku 2018/10/7 3:05:23
Thank you sooo very much!!!!!!!
I was glad to help =)
Module Development - [email protected] // Thanks - https://ko-fi.com/arbots
<< < 1> >>
VerifyCode
Advanced Option