グラフ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.

読み取り

このエンドポイントではこの操作を実行できません。

作成

messagesのエッジにPOSTリクエストを以下のパスで送信できます:
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 read-after-write and will read the node to which you POSTed.
Struct {
recipient_id: string,
message_id: string,
attachment_id: string,
}

エラーコード

エラー詳細
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

更新中…

このエンドポイントではこの操作を実行できません。

削除中です

このエンドポイントではこの操作を実行できません。