應用 API 元件 - Messenger
Last updated
Was this helpful?
Was this helpful?
{
"messages": [
{
"attachment": {
"type": "image",
"payload": {
"url": "https://yoctol.ai/images/logo.svg"
}
}
}
]
}{
"messages": [
{
"attachment": {
"type": "template",
"payload": {
"template_type": "media",
"elements": [
{
"media_type": "image",
"url": "https://www.facebook.com/Yoctol/photos/2200581453590553",
"buttons": [
{
"title": "前往 Yoctol!",
"type": "web_url",
"url": "https://www.yoctol.com/"
}
]
}
]
}
},
"quick_replies": [
{
"content_type": "text",
"title": "我也想加入優拓!",
"payload": <TEXT PAYLOAD>
}
]
}
]
}{
"messages": [
{
"attachment": {
"type": "video",
"payload": {
"url": "https://ytstatic.blob.core.windows.net/yoctol-ai-website/landing-page.mp4"
}
}
}
]
}{
"messages": [
{
"attachment": {
"type": "template",
"payload": {
"template_type": "media",
"elements": [
{
"media_type": "video",
"url": "https://www.facebook.com/Yoctol/videos/1733376656977704/",
"buttons": [
{
"title": "來看看 Yoctol",
"type": "web_url",
"url": "https://www.yoctol.com/"
}
]
}
]
}
},
"quick_replies": [
{
"content_type": "text",
"title": "That's cool!",
"payload": <TEXT PAYLOAD>
}
]
}
]
}{
"messages": [
{
"attachment": {
"type": "audio",
"payload": {
"url": "https://ccrma.stanford.edu/~jos/mp3/bachfugue.mp3"
}
}
}
]
}{
"messages": [
{
"attachment": {
"type": "file",
"payload": {
"url": "http://www.africau.edu/images/default/sample.pdf"
}
}
}
]
}{
"messages": [
{
"attachment": {
"type": "template",
"payload": {
"template_type": "generic",
"image_aspect_ratio": "square",
"elements": [
{
"title": "Yoctol Image 1",
"image_url": "https://www.yoctol.com/images/amazingBrain.png",
"subtitle": "Size: M",
"buttons": [
{
"type": "web_url",
"url": "https://www.yoctol.com",
"title": "View Item"
}
]
},
{
"title": "Yoctol Image 2",
"image_url": "https://www.yoctol.com/images/amazingBrain.png",
"subtitle": "Size: L",
"default_action": {
"type": "web_url",
"url": "https://www.yoctol.com",
},
"buttons": [
{
"type": "web_url",
"url": "https://www.yoctol.com",
"title": "View Item"
}
]
}
]
}
}
}
]
}{
"messages": [
{
"attachment": {
"type": "template",
"payload": {
"template_type": "list",
"top_element_style": "large",
"elements": [
{
"title": "Yoctol List Image 1",
"image_url": "https://www.yoctol.com/images/amazingBrain.png",
"subtitle": "Size: M",
"buttons": [
{
"type": "web_url",
"url": "https://www.yoctol.com",
"title": "查看商品"
}
]
},
{
"title": "Yoctol List Image 2",
"image_url": "https://www.yoctol.com/images/amazingBrain.png",
"subtitle": "Size: L",
"default_action": {
"type": "web_url",
"url": "https://www.yoctol.com",
},
"buttons": [
{
"type": "web_url",
"url": "https://www.yoctol.com",
"title": "查看商品"
}
]
}
]
}
}
}
]
}{
"messages": [
{
"attachment": {
"type": "template",
"payload": {
"template_type": "button",
"text": "您好",
"buttons": [
{
"type": "web_url",
"url": "https://www.yoctol.com",
"title": "打開網站"
}
]
}
}
}
]
}{
"messages": [
{
"attachment": {
"type": "template",
"payload": {
"template_type": "generic",
"elements": [
{
"title": "想知道更多嗎?",
"image_url": "https://www.yoctol.com/images/amazingBrain.png",
"subtitle": "可以和我們直接聯絡!若覺得我們的服務很棒,請不吝分享給大家!",
"buttons": [
{
"type": "phone_number",
"phone_number": "+886223222168",
"title": "打給客服"
},
{
"type": "element_share"
}
]
}
]
}
}
}
]
}{
"messages": [
{
"text": "請問你喜歡剛才提供的餐點嗎?",
"quick_replies": [
{
"title": "超愛!",
}
]
}
]
}