Create Action Plan Template Receiver
create_action_plan_template_receiverCreate a receiver for a project action plan template. Provide project ID, template ID, and party ID.
Instructions
Creates an Action Plan Template Receiver for a given Project Action Plan Template. Use this to create a new Action Plans in Procore. Creates a new Action Plans and returns the created object on success (HTTP 201). Required parameters: project_id, plan_template_id, party_id. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_template_receivers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| party_id | Yes | JSON request body field — iD of the Party to be designated as the Plan Receiver |