By default, once your project has finished running we will send you an email notification with the subject line "Your run for [project_name] has completed successfully" that includes a link to the results for that run.
You can enable or disable these email notifications for a specific project or as the default for your account on the ParseHub client or via our API.
Projects which are scheduled to run through the ParseHub application do not send email notifications by default.
Enabling/Disabling email notifications for a specific project in the ParseHub client
1. Go to the Settings tab on your project
2. In the "Email notifications" section, choose your preference from the drop-down menu:
- Account default: this will send email notifications based on your account preference, which you can set following the instructions in the next section of this tutorial
- Yes: you will receive email notifications for this project
- No: you will not receive email notifications for this project
Enabling/Disabling email notifications as the default for your account in the ParseHub client
1. On the main ParseHub dashboard choose the "My Account" option from the left-side bar menu.
2. In the "Email notifications" section, tick the checkbox to receive email notifications for your projects by default or untick the checkbox to stop receiving email notifications on your projects by default.
Note that this will apply to all of your projects which have the "Account default" email notifications setting as outlined in the first section of this tutorial. You can override this default setting on specific projects by following the instructions in that section.
Enabling/Disabling email notifications as the default for your account on the ParseHub website
1. Go to www.parsehub.com, click on your email address on the top right-hand corner and go to "Account".
2. In the "Email notifications" section, tick the checkbox to receive email notifications for your projects by default or untick the checkbox to stop receiving email notifications on your projects by default.
Note that this will apply to all of your projects which have the "Account default" email notifications setting as outlined in the first section of this tutorial. You can override this default setting on specific projects by following the instructions in that section.
Enabling/Disabling email notifications for a specific run using the ParseHub API [Advanced]
When you schedule a project to run via the API using the Run a project method, you can include an additional "send_email" parameter that specifies whether you would like to receive email notifications for your run as indicated on the API documentation.
- Setting "send_email" to 0 will ensure that no email notifications are sent
- Setting "send_email" to 1 will send an email notification once the project has finished running