attachmentThis imports an attachment into the file system and creates a link to the file in the task with the given task ID.

This imports an attachment into the file system and creates a link to the file in the task with the given task ID.

curl -X POST "https://api.example.com/restapi/v1/attachment/crm/123/John Doe" \
  -H "Content-Type: application/octet-stream"
[
  {
    "path": "example_string"
  }
]
POST
/attachment/crm/{taskId}/{filename}
POST
Base URLstring

Target server for requests. Edit to use your own host.

path
filenamestring
Required

The name of the attachment.

Content-Typestring
Required

The media type of the request body

Options: application/octet-stream
Request Preview
Response

Response will appear here after sending the request

Path Parameters

taskIdinteger
Required

ID of the task.

filenamestring
Required

The name of the attachment.

Responses

pathstring