Discussions

Ask a Question
Back to All

Use uploaded attachments with shifts

I’m looking to add attachments to a shift by using the API. What I understand from the documentation is that I can upload attachment using this endpoint https://developer.connecteam.com/reference/generate_upload_url_attachments_v1_files_generate_upload_url_post
With feature type shiftscheduler

After uploading the file or image, how can I attach it to the shift? When I use the Get Shift to see the "notes" object I notice there is "html", "album" or "file" type, but the Create shift or Update shift endpoint seems to only work with "html". Is there any possibility to attach an image with "album" or "file" object type?