Skip to main content
POST
/
v2
/
email-threads
/
{email_thread_id}
/
assign
Assign Thread Partner
curl --request POST \
  --url https://api.example.com/v2/email-threads/{email_thread_id}/assign \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "partner_id": "<string>"
}
'
{
  "id": "<string>",
  "partner_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.api.stuut.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

email_thread_id
string
required

Body

application/json

Request to assign a triage thread to a partner.

partner_id
string
required

The partner ID to assign to this thread.

Response

Successful Response

Response after a triage action (assign or dismiss).

id
string
required
triage_status
enum<string>
required
Available options:
pending,
auto_matched,
manually_matched,
dismissed
partner_id
string | null
required