Incoming Webhook Chat Buttons

Using this template helps us debug your issues more effectively :slight_smile:

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:

  1. Request URL: https://inbots.zoom.us/incoming/hook/******?format=full
  2. 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”}

Hey @bradcranston,

Thank you for reaching out to the Zoom Developer Forum. At this time, we don’t have a method to obtain the user’s response with the API. Instead, as you indicated, you would want to use a Chat Bot.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.