- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2017 06:48 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2017 06:53 AM
When you get down to the technical end of things, there are only two ways to trigger a notification. By record update/insert, or by an event.
WHERE you trigger the event is up to you, but it's going be somewhere in a server side script... UI Action, business rule, workflow script, script include, etc.
Docs: Notifications
Docs: Links to records in email notifications
Docs: Create an event
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2023 11:40 PM
Hello Jaspal How to send multiple values from script include to the email notification. Let us say we have to send 5 to 6 values. Also I am currently using gs.eventQueue()
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2020 10:22 AM
1. Record Actions ( e.g. insert/update)
2. Event.
3. Flow designer "Send Notification" step.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2021 12:13 AM
Hi
There are three ways through which you can trigger email Notification
1) Record inserted / updated
2) Event is fired
3) Flow designer "Send Notification"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2021 06:15 AM
You can trigger email notification by:
- trigger conditions
- events
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2023 07:46 PM
Till Utah Release there are 7 different ways I can think of:
1] Manually Send Email from a Record
2] Notification -> Event is fired
3] Notification -> Record inserted or updated
4] Workflow Activity -> Notification
5] Flow Action -> Send Email
6] Flow Action -> Send Notification
7] Using GlideEmailOutbound API (Server-Side)