---
title: "Create Attachment on Lead"
method: POST
path: "/api/v1.0/leads/{lead_id}/attachments"
tags: ["Attachments"]
---

# Create Attachment on Lead

`POST /api/v1.0/leads/{lead_id}/attachments`

## Path parameters

- `lead_id` string, required

## Request body

- Attachment
  - `attachment_type` string — The file type for the attachment
  - `created_at` number — The date/time the Attachment was created at represented as an integer
  - `filename` string — The filename for the attachment
  - `id` integer — The ID of the Attachment.
  - `lead_id` string — The ID of the Lead the Attachment is associated with
  - `name` string — A name for the attachment
  - `text` string — The text for the attachment
  - `type` string — The Type of the Attachment (if generated via EasyDocs, it will be a Document)
  - `user_id` string — The ID of the User who created the Attachment

## Response `200`

Success

---

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