post https://api2.frontapp.com/inboxes//imported_messages
Import a new message in an inbox.
Response
Import a new message in an inbox.
xxxxxxxxxx
14curl --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,
"should_skip_rules": true
}
}
'