Queue

Retrieve suggested email recipients

Retrieves suggested email recipients depending on Queues suggested recipients settings.

post/api/v1/queues/{id}/suggested_recipients

Path parameters

idinteger required

Queue ID

Request body

annotationsstring[]

List of annotation urls.

email_threadsstring[]

List of email thread urls.

Response

OK

Example response

{
  "results": [
    {
      "source": "email_header",
      "email": "don.joe@corp.us",
      "name": "Don Joe"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.