Create Ticket with the help of email
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-25-2022 03:29 AM
Hi All,
Hope all good. I've enabled the functionality as create a ticket via email. It's working as expected. When non account holder email send an email I should reply as you are not a valid user to update the ticket. I followed below steps but I tested it's not sending email to non account user. Can you please assist what should be an error not sending notification to From Address. Please advise.
1. Functionality enabled in inbound email action.
2. Event is created with the mentioned name. I tried with sn_customerservice_case
3. Notification created and mapped with Event. Event mapped with notification, Recipient also configured, Notification template also defined
Regards,
Suresh.
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-25-2022 03:59 AM
Can you find it in the Event log? Also don't think you need to pass the msg parameter, unless you use it somewhere?
Best regards,
Sebastian Laursen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-25-2022 04:22 AM
Thanks Sebastian. I tried with email.from and replaced msg ie.,
gs.eventQueue("sn_customerservice.dft.non.account.email", current, email.from, email.from);
not helped.
Regards,
Suresh.
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-25-2022 04:28 AM
Have you checked the event log if the event is actually firing? Also it should be enough just to have "gs.eventQueue("sn_customerservice.dft.non.account.email", current, email.from);", but first we need to understand whether or not the event is actually being fired.
Or you can log it as Saurav suggests š
Best regards,
Sebastian Laursen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-25-2022 04:14 AM
Apply gs.log in the else and check if the script is actually getting in the else loop.
Thanks.