Using this template helps us debug your issues more effectively
Description
When I use a JWT App to send a message with a button for the user to click, how can I retrieve that user’s response? I see the 'interactive_message_actions’ in the documentation, but that only seems to apply to a chatbot with a Bot Endpoint URL. Can I productively use buttons in JWT generated messages?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
/incoming/hook/
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request URL: https://inbots.zoom.us/incoming/hook/******?format=full
- Request Body: {“content”:{“body”:[{“text”:“Test button”,“type”:“message”},{“items”:[{“style”:“Default”,“text”:“Update”,“value”:“update”}],“type”:“actions”}],“head”:{“text”:“The Following button test”}},“is_markdown_support”:“true”}