- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2024 09:02 AM
Hi,
We want to enable users who are not part of user table to create incident by mailing to the instance link.
Now incident has been created after receiving the mail. But how to enable a notification to that user that incident has been created.
I have tried creating a notification but that didnt send any reply to the user. Could you please help. below are screenshots of the notification i have created.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2024 10:14 PM
@divyanaraya check below if it helps:
Recipient Configuration:
- Ensure that the email of the sender (non-registered user) is being captured.
- In the Who will receive section, set the Recipients to the Sender of the email.
- User criteria does not apply since the sender is not a user in the User table, so avoid selecting any specific roles or groups in this area.
✔️ If this solves your issue, please mark it as Correct.
✔️ If you found it helpful, please mark it as Helpful.
—
Shubham Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 12:26 AM
Thanks @Shubham_Jain its working now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 12:30 AM
Thank you @divyanaraya! Glad that it helped!
Hit the Helpful if solves
✔️ If this solves your issue, please mark it as Correct.
✔️ If you found it helpful, please mark it as Helpful.
—
Shubham Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 02:20 AM
Hi @divyanaraya
You can create a flow for your requirement. Keep the flow trigger to email received. Inside the flow, make use of Create Record Action to create the incident. Post incident creation, you can make use of Send Email action to send email back to the caller.
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.