I am using Twilio with Laravel to build a chatbot. And I want to attach buttons with each message to like a quick reply.
Asked
Active
Viewed 228 times
-3
-
1SO is for code specific questions. Please show us your progress or where you are stuck. Otherwise you will probably not get answer. – Aless55 Feb 05 '23 at 20:14
-
Can you include some code including the line that is giving you an error? What error are you receiving? What you wish to do is possible – lizziepika Feb 05 '23 at 21:06
1 Answers
1
Message templates are the way forward to add quick reply buttons to messages. Once the template is approved, you can then respond with the body of the template and the buttons get attached automatically.

IObert
- 2,118
- 1
- 10
- 17