post https://api2.frontapp.com/inboxes//imported_messages
Import a new message in an inbox. Only use this endpoint to import historical, non-active conversations. Do not use it to create messages for new conversations.
Response
Import a new message in an inbox. Only use this endpoint to import historical, non-active conversations. Do not use it to create messages for new conversations.
xxxxxxxxxx
15curl --request POST \
--url https://api2.frontapp.com/inboxes/inb_123/imported_messages \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"body_format": "markdown",
"type": "email",
"metadata": {
"is_inbound": true,
"is_archived": true,
"should_skip_rules": true
}
}
'