Bulk Create Action Plan Template Receivers
bulk_create_action_plan_template_receiversBulk create action plan template receivers for a project in one request. Assigns multiple parties at once, returning per-record success/failure results.
Instructions
Bulk Create Action Plan Template Receivers for a given Project Action Plan Template. Prefer this over repeated single-record calls when handling many action plan template receivers at once. Pass the record's fields as top-level arguments — they are nested under "plan_template_receivers" in the request payload for you. project_id defaults to the value set by procore_set_config when omitted. Processes every supplied record in one request and returns the resulting collection; individual entries can fail independently, so check each one. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, plan_template_id, party_ids. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_template_receivers/bulk_create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| party_ids | Yes | JSON request body field — array of party identifiers | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| plan_template_id | Yes | JSON request body field — iD of the Project Action Plan Template |