How to upload file using Rest Api in CRM
I need to upload some file use rest Api, please help mi!
1 Reply
You can't, in order to receive files via REST API, endpoint must allow multipart form, while now it only allows the JSON https://github.com/twentyhq/twenty/issues/14193#issuecomment-3248435048
GitHub
attachments api : whats the actual use of it? · Issue #14193 · tw...
Bug Description referencing the api at https://twenty.apidog.io/create-one-attachment-15882998e0 To upload attachments to a contact there is no Binary or form-data option available :( It only provi...