Sign in

Create an attachment

documented

Upload a file as an attachment.

POST /attachments.jsonAttachmentsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://3.basecampapi.com/{{$ACCOUNT_ID}}/attachments.json?name={{$NAME}}" -X POST -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" -H "Content-Type: {{$CONTENT_TYPE}}" -H "Accept: application/json" -H "User-Agent: {{$USER_AGENT}}" --data-binary @{{$FILEPATH}}
Create an attachment · Basecamp · OpenIntegrations