SparrowDesk
Conversation imports

Import a conversation

Backdated, no notifications/workflows/SLA. [requires "edit all tickets" scope]

POST
/imports/conversations
AuthorizationBearer <token>

In: header

Header Parameters

x-import-source?string

Optional label identifying the system the conversation was imported from

conversation

Response Body

application/json

curl -X POST "https://app.sparrowdesk.com/v1/imports/conversations" \  -H "Content-Type: application/json" \  -d '{    "conversation": {      "subject": "string",      "requester": {},      "created_at": 0,      "description_html": "string"    }  }'
{
  "data": {}
}
Empty