---
title: "Used by Talk Desk to add call interaction notes to a persons notes."
method: POST
path: "/v1/Integrations/TalkDesk/AddPersonNotes"
tags: ["TalkDesk"]
---

# Used by Talk Desk to add call interaction notes to a persons notes.

`POST /v1/Integrations/TalkDesk/AddPersonNotes`

Read more about the Talk Desk Action Executor <a href="https://docs.talkdesk.com/docs/implementing-an-action-executor">https://docs.talkdesk.com/docs/implementing-an-action-executor</a>.
            
Example:

    {
        "data": {
            "interaction_date_time": "2021-01-17T06:00:00.0000000Z",
            "interaction_notes": "Wanted to learn more about Medicare policies",
            "disposition_type": "Interested"
        },
        "meta": {
            "agent_external_id": "1234",
            "contact_external_id": "5678"
        }
    }

## Request body

- AdaptekApiApplicationPeopleCommandsAddTalkDeskNoteAddPersonNoteRequestModel
  - `data` AdaptekApiApplicationPeopleCommandsAddTalkDeskNoteAddPersonNoteDataModel
    - `interaction_date_time` string, nullable
    - `interaction_notes` string, nullable
    - `disposition_type` string, nullable
  - `meta` AdaptekApiApplicationPeopleCommandsAddTalkDeskNoteAddPersonNoteMetaModel
    - `agent_external_id` string, nullable
    - `contact_external_id` string, nullable

## Response `201`

Successfully added Note

## Other responses

- `400` — A validation error occured
- `404` — Agent or Person not found
- `500` — An internal error occured. Please contact NexTek Support.

---

[API](https://skmtc.net/adaptek/apis/adaptek-api.md) · [All operations](https://skmtc.net/adaptek/apis/adaptek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adaptek/adaptek-api/revisions/517cf2397b0d/schema)
