---
title: "Add a note to a call"
method: POST
path: "/v1/call/note/{id}"
---

# Add a note to a call

`POST /v1/call/note/{id}`

This API allows you to add a note to a call.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `message` string, required — Note to be added for the call
  - `agent_disposition` string — Agent Disposition to be added against the dialer calls. Multiple dispositions can be added seprated by |

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/tatatelebusiness/apis/smartflo-base-api-config.md) · [All operations](https://skmtc.net/tatatelebusiness/apis/smartflo-base-api-config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatatelebusiness/smartflo-base-api-config/versions/6d23fb7bf7e1/schema)
