Module project_email_api

Source

Structs§

GetProjectEmailParams
struct for passing parameters to the method get_project_email
UpdateProjectEmailParams
struct for passing parameters to the method update_project_email

Enums§

GetProjectEmailError
struct for typed errors of method get_project_email
UpdateProjectEmailError
struct for typed errors of method update_project_email

Functions§

get_project_email
Returns the project’s sender email address. Permissions required: Browse projects project permission for the project.
update_project_email
Sets the project’s sender email address. If emailAddress is an empty string, the default email address is restored. Permissions required: Browse projects project permission for the project.