---
title: "Schedule a callback for the candidate."
method: POST
path: "/api/get_into_teaching/callbacks"
tags: ["Get into Teaching"]
---

# Schedule a callback for the candidate.

`POST /api/get_into_teaching/callbacks`

Queues a candidate upsert job.

## Request body

- GetIntoTeachingCallback
  - `candidateId` string, uuid, nullable
  - `acceptedPolicyId` string, uuid, required
  - `email` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `addressTelephone` string, required
  - `phoneCallScheduledAt` string, date-time, required
  - `talkingPoints` string, required
  - `creationChannelSourceId` integer, nullable
  - `creationChannelServiceId` integer, nullable
  - `creationChannelActivityId` integer, nullable
  - `defaultContactCreationChannel` integer, nullable
  - `defaultCreationChannelSourceId` integer, nullable
  - `defaultCreationChannelServiceId` integer, nullable
  - `defaultCreationChannelActivityId` integer, nullable

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/department-for-education/apis/get-into-teaching-api-v1.md) · [All operations](https://skmtc.net/department-for-education/apis/get-into-teaching-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/department-for-education/get-into-teaching-api-v1/versions/5d53dbaed560/schema)
