Graph API Version

Page Take Thread Control

Allows an app to take control of an idle conversation. If the app is a Primary Receiver, the app can take control of a conversation owned by another app. Part of the Messenger Platform Handover Protocol

Reading

You can't perform this operation on this endpoint.

Creating

You can make a POST request to take_thread_control edge from the following paths:
When posting to this edge, a Page will be created.

Parameters

ParameterDescription
metadata
string

Additional information about the conversation

recipient
Object

The PSID for the customer who sent the message to your business

Required
id
numeric string

phone_number
string

name
Object

first_name
string

last_name
string

user_ref
string

comment_id

post_id
string

player_id
player ID

one_time_notif_token
string

notification_messages_token
string

login_id
string

Return Type

This endpoint supports read-after-write and will read the node to which you POSTed.
Struct {
success: bool,
}

Error Codes

ErrorDescription
551This person isn't available right now.
100Invalid parameter
504Invalid reply thread id
200Permissions error
190Invalid OAuth 2.0 Access Token
230Permissions disallow message to user

Updating

You can't perform this operation on this endpoint.

Deleting

You can't perform this operation on this endpoint.