Hi,
Your screenshot is from the uProduce APIs, so it is uProduce.
uProduce has a feature where you can trigger an email on a job's completion, see
Sending Job Completion Emails, so in general, you do not need the API you're talking about, just mark the job to send the email when it completes. Yet, for the sake of explanation, this API is triggering the same email triggered by the job completion, in case you lost the email, or just for testing.
This email is sent to where the notification is configured to send emails; this is why I referred you to
Defining Global Settings, but I will explain it here as well:
You have 3 levels of configuration: at the system level, at the account level, and at the campaign level. This means the email will be sent to wherever is configured on the system level, unless overridden by the job's account configuration, in which case it will be sent to wherever is configured in the account level, unless overridden by the job's campaign configuration, in which case it will be sent to wherever is configured in the campaign level.
- To configure it for the system, you need to log in as an administrator, select "Settings", go to "Global Settings", and set the "Notification Settings" section.
- To override it for a specific account, for example, if you like a different email target for a specific account, go to "accounts" and click "edit" for the account you like, and override the desired "Notification Settings".
- To override it for a specific campaign, for example, if you like a different email target for a specific campaign, go to the account campaigns and click "edit" for the campaign you like, and override the desired "Notification Settings".
For the question "where the email is going", it is going where the "Notification Settings" value for "Email Addresses to notify" is configured.
Notice, you need to define an email provider first. To configure it, you select "Settings", and go to "Delivery Providers", and configure a valid email delivery provider:
Defining delivery providers.