Skip to main content
PUT
/
v3
/
inbox
/
threads
/
{id}
/
meeting-intent
Toggle thread meeting-intent
curl --request PUT \
  --url https://api.reply.io/v3/inbox/threads/{id}/meeting-intent \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "hasMeetingIntent": true
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

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

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

id
integer
required
Required range: x >= 1

Body

application/json

Toggle the meeting-intent flag on a thread.

hasMeetingIntent
boolean
required

True to flag the thread as carrying meeting intent; false to clear it.

Response

Meeting-intent flag updated

The response is of type object.