Inbound email action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2023 03:10 AM
when the user clicks on reject an inbound email should get triggered and the triggered date should populate on the form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2023 05:07 AM
Hi @Baji281,
based on your brief description, I'm assuming that you want to populate a field on a record when the user clicks 'reject' in an email sent by the system?
Usually, it's better to have users execute such actions directly within the platform. You could include a link in the email that directs the user to the relevant record. There, they can click the "reject" ui action which can then populate the field.
However, if you prefer to proceed with the inbound action approach, the setup usually follows these steps:
- The "reject" link in the email includes a 'mailto:' which opens a new, pre-filled email when clicked
- The user sends this email back to the system
- The email is processed by the inbound action
Best regards,
Rene