---
title: "Performance > ReviewProcess > Create from templates"
method: POST
path: "Webhooks > Performance > ReviewProcess > Create from templates"
tags: ["Webhooks"]
---

# Performance > ReviewProcess > Create from templates

`POST Webhooks > Performance > ReviewProcess > Create from templates` (webhook)

Subscription_type: `performance/review_process/create_from_template`

## Payload

- PerformanceReviewProcess
  - `id` string, required — Review process ID
  - `company_id` string, required — Company ID
  - `name` string — Review process name
  - `description` string — A brief description of the review process
  - `status` 'draft' | 'scheduled' | 'starting' | 'active' | 'finished', required — Review process status
  - `target_strategy` object — Condition that defines the employees that will be evaluated (participants). Calculated when the review process starts
  - `reviewer_strategies` string[] — Review types that will be assigned to the review process. It'll be used to create the evaluations when the process starts
  - `starts_at` string — Date when the review process should start
  - `ends_at` string — Date when the review process should end
  - `start_validation_errors` string[], required — Missing or invalid information to be able to start the review process
  - `archived` boolean, required — Whether the review process is archived or not
  - `agreements_configuration` object, required — Action plans help track goal progress, and facilitate performance review discussions.
  - `competencies_assessments_configuration` object, required — Assess employees based on their assigned competencies through both manager and self-reviews. Ensure roles with designated competencies are properly set up.
  - `last_bulk_reminder` string — Date when the last bulk reminder was sent
  - `cycle_id` string — Performance cycle ID

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/versions/1a6bffb20f7d/schema)
