The Fluid Company APIs provide a comprehensive set of APIs designed to integrate Fluid's powerful services into your applications seamlessly. These APIs use Company API tokens for authentication and provide full access to manage your company's resources including users, orders, products, media, and more.
For APIs that authenticate with User tokens, see the Rep APIs documentation.
Example: {"body":"How is it going?","theme":"inquiry","type":"DirectMessage","sent_at":"2022-02-21T11:46:42.379Z","attachments_attributes":[{"filename":"test.jpg","url":"https://picsum.photos/id/237/200/300","kind":"image"}]}
message.bodystringrequired
Example: "How is it going?"
message.themestringrequired
Example: "inquiry"
message.typestringrequired
Example: "DirectMessage"
message.sent_atstringrequired
Example: "2022-02-21T11:46:42.379Z"
message.attachments_attributesArray of objects(AttachmentsAttribute)required
Example: [{"id":34,"body":"How is it going?","type":"DirectMessage","created_at":"2024-08-19T17:04:58.312Z","updated_at":"2024-08-19T17:04:58.702Z","deleted_at":null,"edited_at":null,"conversation_id":8,"seen_by":[{"id":1,"first_name":"John","last_name":"Admin","image_url":null,"seen_at":"2024-08-19T17:04:58.562Z"}],"attachments":[{"id":2,"url":"https://picsum.photos/id/237/200/300","filename":"test.jpg","kind":"image","image_url":"https://picsum.photos/id/237/200/300","image_path":null,"content_type":null,"attachable_type":"Message","attachable_id":34,"thumbnail_url":"https://picsum.photos/id/237/200/300","metadata":null,"content_size":null}],"reaction_stats":null,"reaction":null,"metadata":{"links":[]},"seen_by_count":1,"emoji_only_count":0,"mentioned_recipients":[],"sent_at":"2024-08-19T17:04:58.701Z","replied_to_message":null,"sender_recipient":{"id":1,"first_name":"John","last_name":"Admin","image_url":null,"discarded_at":null,"blocked":false,"blocker":false}}]
Social Media