# Import conversation Import a previously created conversation into Dixa. For inbound messages the author is assumed to be the requester of the conversation (end user), unless the specific channel supports overriding the message author through its attributes. For outbound messages the author is specified using the agentId field. Endpoint: POST /beta/conversations/import Version: beta Security: ApiKeyAuth ## Response 201 fields (application/json): - `data` (object, required) - `data.id` (integer, required) The id of the newly imported conversation - `data.partialErrors` (array) List of errors that do not prevent the conversation from being created - `data.partialErrors.message` (string, required) ## Response 400 fields (application/json): - `message` (string, required) ## Response 404 fields (application/json): - `message` (string, required) ## Response 500 fields (application/json): - `message` (string, required)