triggering a email via catalog item

Srvs
Kilo Guru

Hi,

is it possible to trigger a email via catalog form,

i need to send a email, that contains all the data available in catalog form. how do this.

i created a catalog item, i have several fields in that form, after submiting that need to trigger the email.

14 REPLIES 14

Alikutty A
Tera Sage

Hi Venkatesh,



You can write a notification either on the workflow of catalog item or add a new notification of the requested item table and trigger it on a condition when your specific catalog item request is submitted (insert).



In the workflow notification, you can add ${variables.VARIABLE_NAME} to access the fields or in a mail script as current.variables.variable_name



Please refer to Utilizing variable information in notifications



Thanks


Please Hit like, Helpful or Correct depending on the impact of the response


Sujata Vishwak1
Mega Expert

Hi,



Yes it is possible.. you need to create a notification on sc_req_item table.. as after submitting any catalog form it goes to requested item table.




find_real_file.png



PS: Please mark if it is helpful


what i need to take in "what it will contain"??


You can add the required content that has to be send. For accessing any field from your catalog item, just add this line in the message body ${variables.VARIABLE_NAME}, update the required variable name in here.


Thanks


Please Hit like, Helpful or Correct depending on the impact of the response