---
title: "Create an activity record"
method: POST
path: "/v2/activities/{activity}/records"
tags: ["Activity records"]
---

# Create an activity record

`POST /v2/activities/{activity}/records`

Creates a new activity record, for example one specific phone call.

This endpoint is in alpha and may be subject to breaking changes as we gather feedback.

Required scopes: `activity_record:read-write`, `activity_configuration:read`.

## Path parameters

- `activity` string, required — A UUID or slug to identify the activity.

## Request body

- object
  - `data` object, required
    - `values` object, required — An object with an attribute `api_slug` or `attribute_id` as the key, and a single value (for single-select attributes), or an array of values (for single or multi-select attributes) as the values. For complete documentation on values for all attribute types, please see our [attribute type docs](/docs/attribute-types).

## Response `200`

Success

- object — Success
  - `data` object, required
    - `id` object, required
      - `workspace_id` string, uuid, required — A UUID identifying the workspace this activity record belongs to.
      - `activity_id` string, uuid, required — A UUID identifying the activity this record belongs to.
      - `record_id` string, uuid, required — A UUID identifying this activity record.
    - `created_at` string, required — When this activity record was created.
    - `values` object, required — A record type with an attribute `api_slug` as the key, and an array of value objects as the values.

## Other responses

- `400` — Bad Request
- `404` — Not Found

## Changes

- **2026-08-27** `191597d35978` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/attio/apis/attio-api/changes/v2/activities/:activity/records/post.md)

---

[API](https://skmtc.dev/attio/apis/attio-api.md) · [All operations](https://skmtc.dev/attio/apis/attio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/attio/attio-api/revisions/191597d35978/schema)
