You can use a generic template with a web_url and no image: { "recipient":{ "id":"333333333" }, "message":{ "attachment":{ "type":"template", "payload":{ "template_type":"generic", "elements":[ { "title":"Here is the link you asked for", "default_action": { "type": "web_url", "url": "https://www.facebook.com", "messenger_extensions": true, "fallback_url": "https://www.facebook.com/" }, "buttons":[ { "type":"web_url", "title": "open link", "url":"https://www.facebook.com" } ] } ] } } } } (责任编辑:) |