---
title: "Ats > EvaluationForm > Save as templates"
method: POST
path: "Webhooks > Ats > EvaluationForm > Save as templates"
tags: ["Webhooks"]
---

# Ats > EvaluationForm > Save as templates

`POST Webhooks > Ats > EvaluationForm > Save as templates` (webhook)

Subscription_type: `ats/evaluation_form/save_as_template`

## Payload

- AtsEvaluationForm
  - `id` string, required — Id of the evaluation form.
  - `company_id` string, required — Id of the company that the evaluation form belongs to.
  - `ats_job_posting_id` string — Id of the job posting that the evaluation form is associated with.
  - `name` string, required — Name of the evaluation form.
  - `based_on_id` string — Id of the evaluation form that this evaluation form is related.
  - `questions` unknown[], required — List of questions in the evaluation form.
    - unknown
  - `created_at` string, required — date and time when the evaluation form was created.
  - `updated_at` string, required — date and time when the evaluation form was last updated.

## 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/revisions/1a6bffb20f7d/schema)
