https://graph.facebook.com/v21.0
/me/messages?access_token=<PAGE_ACCESS_TOKEN>
curl -X POST -H "Content-Type: application/json" -d '{
"recipient":{
"id":"<PSID>"
},
"message":{
"attachment":{
"type":"template",
"payload":{
"template_type":"generic",
"elements":[
{
"title":"Welcome!",
"image_url":"https://petersfancybrownhats.com/company_image.png",
"subtitle":"We have the right hat for everyone.",
"default_action": {
"type": "web_url",
"url": "https://petersfancybrownhats.com/view?item=103",
"messenger_extensions": false,
"webview_height_ratio": "tall",
"fallback_url": "https://petersfancybrownhats.com/"
},
"buttons":[
{
"type":"web_url",
"url":"https://petersfancybrownhats.com",
"title":"View Website"
},{
"type":"postback",
"title":"Start Chatting",
"payload":"DEVELOPER_DEFINED_PAYLOAD"
}
]
}
]
}
}
}
}' "https://graph.facebook.com/v2.6/me/messages?access_token=<PAGE_ACCESS_TOKEN>"
{ "recipient_id": "1254477777772919", "message_id": "AG5Hz2Uq7tuwNEhXfYYKj8mJEM_QPpz5jdCK48PnKAjSdjfipqxqMvK8ma6AC8fplwlqLP_5cgXIbu7I3rBN0P" }
recipient
对消息接收人的说明。所有请求都必须包含下列任一属性:id
、phone_number
或 user_ref
。
属性 | 类型 | 说明 |
---|---|---|
| 字符串 | 消息接收人的 |
| 字符串 | 可选。 收件人的手机号码,格式为:+1(212)555-2368。 您的智能助手必须获准使用客户匹配,才能通过这种方式发送消息。 |
| 字符串 | 可选。复选框插件提供的 |
| 对象 | 可选。 仅在设置了 {"first_name":"John", "last_name":"Doe"} 提供姓名可提高匹配成功的几率。 |
message
Property | Type | Description |
---|---|---|
| Object | An object describing attachments to the message. |
message.attachment
Property | Type | Description |
---|---|---|
| String | Value must be |
| Object | 模板的 |
message.attachment.payload
属性名称 | 类型 | 描述 |
---|---|---|
| 字符串 | 值必须为 |
| 数组 < | 此数组包含 1 个描述消息中媒体的 element 对象。最多支持 1 个元素。 |
| 布尔值 | 非必要。设置为 |
message.attachment.payload.elements
常规模板的每个消息最多支持 10 个元素。除 title
之外,还必须设置至少一个属性。