# Create a message with inline files **POST /api/v1/conversation/{conversation_uuid}/messages/inline** Used to create a message and upload files at the same time. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters #### Path parameters - **conversation_uuid** (string) ## Body parameters Content-type: application/json - **contents** (string) Contents of the message. - **files** (array) An array of files. This request should be sent with a Content-Type of multipart/form-data. ## Responses ### 200: #### Body Parameters: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **deleted_at** (string) The timestamp of when the resource was deleted. - **contents** (string) The message contents - **edited** (boolean) Whether the message has been edited or not - **files** (array[object]) Message file attachments - **author** (object) Message author - **user** (object) Message user - **reactions** (array[object]) Array of reactions to the message [Powered by Bump.sh](https://bump.sh)