Procore.Api.ProjectManagementSpecificationsSpecificationSectionRevisionEmails (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementSpecificationsSpecificationSectionRevisionEmails
.
Summary
Functions
Send email Sends an email with an associated Specification Section Revision. The text of the email and recipients are specified in the request body.
Functions
Link to this function
rest_v10_projects_project_id_specification_section_revision_emails_id_send_email_post(connection, procore_company_id, project_id, id, rest_v10_projects_project_id_specification_section_revision_emails_id_send_email_post_request, opts \\ [])
@spec rest_v10_projects_project_id_specification_section_revision_emails_id_send_email_post( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.RestV10ProjectsProjectIdSpecificationSectionRevisionEmailsIdSendEmailPostRequest.t(), keyword() ) :: {:ok, nil} | {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:error, Tesla.Env.t()}
Send email Sends an email with an associated Specification Section Revision. The text of the email and recipients are specified in the request body.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.id
(integer()): ID of the Specification Section Revision to emailrest_v10_projects_project_id_specification_section_revision_emails_id_send_email_post_request
(RestV10ProjectsProjectIdSpecificationSectionRevisionEmailsIdSendEmailPostRequest):opts
(keyword): Optional parameters
Returns
{:ok, nil}
on success{:error, Tesla.Env.t}
on failure