Create Communication Tag
create_communication_tagCreate a new communication tag (email) in a Procore project by providing the project ID and tag title. Returns the created object on success.
Instructions
Create a communication tag on a given project. Use this to create a new Emails in Procore. Creates a new Emails and returns the created object on success (HTTP 201). Required parameters: project_id, title. Procore API: Project Management > Emails. Endpoint: POST /rest/v1.0/communication_tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| title | Yes | JSON request body field — name of the tag |