Graph API 版本

Page Messages

The PageMessages endpoint allows your business to send a message to a customer from your Facebook Page in response to a message received from the customer.

閱讀中

你無法在此端點執行此操作。

建立中

You can make a POST request to messages edge from the following paths:
When posting to this edge, no Graph object will be created.

參數

參數描述
message
Object

Information about the message including the message ID, type, and contents

支援表情符號
text
UTF-8 string

支援表情符號
dynamic_text
Object

支援表情符號
text
UTF-8 string

必填支援表情符號
fallback_text
UTF-8 string

支援表情符號
attachment
Object

支援表情符號
type
enum {IMAGE, VIDEO, AUDIO, FILE, LOCATION, TEMPLATE, FALLBACK, REEL, LIKE_HEART, MEDIA_SHARE}

必填
payload
string

支援表情符號
quick_reply_type
string

quick_replies
list<Object>

支援表情符號
title
UTF-8 string

支援表情符號
content_type
enum {LOCATION, USER_PHONE_NUMBER, USER_EMAIL, USER_CITY, USER_BIRTHDAY, USER_STATE, USER_ZIP_CODE, OPEN_CAMERA, OPEN_GALLERY, RECORD_AUDIO, POLL, TEXT, OPEN_NATIVE, STICKER, OPEN_APP, P2P_PAYMENT, TRANSPORTATION, CREATE_EVENT, GIF, BIC_OPT_IN}

必填
image_url
URL

data
Object

app
string

dest_address
string

sticker_id
numeric string or integer

payment_amount
integer

payment_currency
ISO 4217 Currency Code

payment_type
enum{pay, request}

poll_options
list<string>

provider_name
string

native_uri
string

payload
UTF-8 string

支援表情符號
metadata
string

messaging_type
enum {RESPONSE, UPDATE, MESSAGE_TAG}

The type of message you are sending.

  • MESSAGE_TAG – A non-promotional message that is being sent outside the 24-hour messaging window with a message tag.
  • RESPONSE – A response to a received message. This includes promotional and non-promotional messages sent inside the 24-hour messaging window.
  • UPDATE – A message that is not in response to a received message. This includes promotional and non-promotional messages sent inside the 24-hour messaging window.

notification_type
enum {REGULAR, SILENT_PUSH, NO_PUSH}
預設值:REGULAR

The type of push notification the customer receives when your message is delivered

payload
string

Payload of the sender action

支援表情符號
persona_id
persona ID

The ID for your business persona

recipient
Object

The customer receiving your message. An example object is { "id": "PSID" }

必填
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

sender_action
enum {MARK_SEEN, TYPING_ON, TYPING_OFF, REACT, UNREACT}

The action displayed to a customer to let the customer know that you have seen and are processing their message.

  • MARK_SEEN – Indicates that you have received the customer's message
  • REACT – Indicates that you have reacted to the customer's message
  • TYPING_OFF – Turns off the typing indicator
  • TYPING_ON – Indicates that you are typing a response to the customer's message. Automatically turns off after 20 seconds or after a response is sent
  • UNREACT – Indicates that you have removed a reaction to the customer's message

tag
Message tag

A tag to allow your app to send a personalized message to a customer outside the 24-hour messaging window.

  • ACCOUNT_UPDATE – For a non-recurring message sent to a customer containing a change to the customer's application or account.
  • CONFIRMED_EVENT_UPDATE – For a reminder or update for an event that a customer has registered for (RSVP'ed, purchased tickets). The message can be sent for upcoming events and events in progress.
  • CUSTOMER_FEEDBACK – For a message sent to a customer containing the Customer Feedback Template. The message can be sent within 7 days after the customer's last message.
  • HUMAN_AGENT – For a message sent to a customer from a human agent in response to the customer's inquiries. The message can be sent within 7 days after a customer's last message.
  • POST_PURCHASE_UPDATE – For a message sent to a customer containing an update about the customer's recent purchase.

Only HUMAN_AGENT is available for Instagram Messaging.

傳回類型

This endpoint supports 寫入後讀取 and will read the node to which you POSTed.
Struct {
recipient_id: string,
message_id: string,
attachment_id: string,
}

Error Codes

錯誤說明
551This person isn't available right now.
100Invalid parameter
613Calls to this api have exceeded the rate limit.
2022The ability to send commerce messages has been temporarily disabled for this application.
190Invalid OAuth 2.0 Access Token
10900Activity already replied to
10903This user cant reply to this activity
200Permissions error
10901Activity replying time expired
194Missing at least one required parameter

更新中

你無法在此端點執行此操作。

正在刪除

你無法在此端點執行此操作。