triggering a email via catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 04:54 AM
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.
- Labels:
-
HR Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 05:00 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 05:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 06:10 AM
what i need to take in "what it will contain"??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 06:16 AM
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