- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2023 11:03 PM
Hi all,
How to reply to an Email in inbound action. What are the possible ways?
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2023 11:22 PM
Hi @Obito ,
You have an inbound action with Action Type = Reply Email so that the instance will send a reply email depending on the conditions of the inbound action. When a non-user sends an email to the instance, the reply email is not sent.
The following will be logged in the email log: "Reply Email not sent for '<inbound action name>', empty user_id".
Inbound email receive types
Order | Type | Criteria |
---|---|---|
1 | Forward |
The system classifies an email as a forward only when it meets all these criteria:
The system classifies any email that meets these criteria as a forward, even if the message contains a watermark or record number that otherwise classifies it as a reply. |
2 | Reply | The system classifies an email as a reply when it fails to match it to the forward receive type and it meets any one of these criteria:
|
3 | New | The system classifies an email as new when it fails to match it to the forward and reply receive types. |
Attachments
If an inbound email contains one or more email attachments, the inbound email action adds the attachments to the first record the action produces.
Character encoding
- If the email encoding is ASCII-7 or UTF-8, inbound email actions preserve the character encoding in any associated task records they produce.
- If the email encoding is ISO-8859-1, the inbound email action attempts to convert the email to Windows 1252.
- Inbound email actions convert any other encodings (for example, Mac OS Roman) to plain text, which may or may not be readable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2023 11:22 PM
Hi @Obito ,
You have an inbound action with Action Type = Reply Email so that the instance will send a reply email depending on the conditions of the inbound action. When a non-user sends an email to the instance, the reply email is not sent.
The following will be logged in the email log: "Reply Email not sent for '<inbound action name>', empty user_id".
Inbound email receive types
Order | Type | Criteria |
---|---|---|
1 | Forward |
The system classifies an email as a forward only when it meets all these criteria:
The system classifies any email that meets these criteria as a forward, even if the message contains a watermark or record number that otherwise classifies it as a reply. |
2 | Reply | The system classifies an email as a reply when it fails to match it to the forward receive type and it meets any one of these criteria:
|
3 | New | The system classifies an email as new when it fails to match it to the forward and reply receive types. |
Attachments
If an inbound email contains one or more email attachments, the inbound email action adds the attachments to the first record the action produces.
Character encoding
- If the email encoding is ASCII-7 or UTF-8, inbound email actions preserve the character encoding in any associated task records they produce.
- If the email encoding is ISO-8859-1, the inbound email action attempts to convert the email to Windows 1252.
- Inbound email actions convert any other encodings (for example, Mac OS Roman) to plain text, which may or may not be readable.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2023 11:30 PM
Hi Obito,
You can select the Action type as reply in inbound action and type, condition and from as required to make system reply on certain conditions. Enter the text you want in your response.
Other way is you can select as record action and trigger an event from script which will trigger a notification of your choice.
Kindly mark my answer as Correct and Helpful based on the Impact.
Regards,
Alok