Procore.Api.ProjectManagementDrawingsDrawingRevisionEmails (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementDrawingsDrawingRevisionEmails.

Summary

Functions

Link to this function

rest_v10_projects_project_id_drawing_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 \\ [])

Send email Sends an email with an associated Drawing Revision. The text of the email and recipients are specified in the request body.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_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 Drawing Revision to email
  • rest_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