Hello Everyone,
In Zoho Projects, you can automatically send an email to external users when an issue is marked as Closed. This removes the need for manual follow-ups and keeps the reporter informed instantly.
In this guide, we’ll explain how to set this up using a Web to Issue Form and a Custom Function (Deluge script) that triggers an email when the issue is closed.
Imagine an external auditor reports a compliance issue during a project review.
Using the Web to Issue Form, you can collect details like:
Auditor’s Email ID
Issue Type
Project Phase
Once the form is submitted, an issue is automatically created in the Issues section of Zoho Projects.
Your team works on resolving the issue. When the issue status is changed to Closed, an email is automatically sent to the auditor through a custom function.
This ensures the auditor is informed immediately after the issue is resolved.
1. Create a Web to Issue Form

2. Configure the Form
Enter the form name and details.
Choose the fields you want to collect.
Generate the form code.
Copy and paste the code into your website.
When someone submits the form, a new issue will be created automatically in Zoho Projects.
Create a custom status trigger called On Status Update.

5. Create a Custom Function
Under the Issues tab, create a new function and add a Deluge script to send the email notification.
Example logic:
Generate the issue URL
Use the sendmail task
Send the email to the reporter
Include the issue title and link in the message
You can edit:
Subject line
Email message content

After that:
Add and map the required arguments
Save the function
Enter the Issue ID when prompted

Final Result
With this setup, external users receive updates automatically when their reported issue is resolved.