<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Finding correct webhook resource/event for cardbot in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/finding-correct-webhook-resource-event-for-cardbot/m-p/4721504#M1685</link>
    <description>&lt;P&gt;I appreciate the information and advice you have shared.&lt;BR /&gt;&lt;FONT color="#FFFFFF"&gt;&lt;A href="https://www.pricechopperdirectconnect.net/" target="_self"&gt;&lt;FONT color="#FFFFFF"&gt;Price Chopper Direct Connect Login&lt;/FONT&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2022 04:09:23 GMT</pubDate>
    <dc:creator>neskemiquel</dc:creator>
    <dc:date>2022-11-16T04:09:23Z</dc:date>
    <item>
      <title>Finding correct webhook resource/event for cardbot</title>
      <link>https://community.cisco.com/t5/webex-for-developers/finding-correct-webhook-resource-event-for-cardbot/m-p/4721436#M1681</link>
      <description>&lt;P&gt;I am trying to build a bot.&lt;/P&gt;
&lt;P&gt;The first step would be that such bot sends a card every time it is added to a new room in webex. However in order to do that I need to be alerted every time that happens.&lt;BR /&gt;At first I thought that using a "joined" event on a "rooms" resource under the bot token would be fit, but I get a bad request message.&lt;/P&gt;
&lt;PRE class="language-json"&gt;&lt;CODE&gt;error = 'Invalid Webhook: The requested event type is not supported for this resource')"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Can anyone give me a hint in order to solve this?&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 02:12:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/finding-correct-webhook-resource-event-for-cardbot/m-p/4721436#M1681</guid>
      <dc:creator>JuanJacobo</dc:creator>
      <dc:date>2022-11-15T02:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Finding correct webhook resource/event for cardbot</title>
      <link>https://community.cisco.com/t5/webex-for-developers/finding-correct-webhook-resource-event-for-cardbot/m-p/4721486#M1682</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The rooms webhook resource only includes the 'created' and 'updated' event.&amp;nbsp;&lt;/SPAN&gt;You should use memberships:created webhook instead:&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;memberships&lt;/TD&gt;
&lt;TD&gt;created&lt;/TD&gt;
&lt;TD&gt;Someone joined a room that you're in or you've been added to a new room&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;SPAN&gt;You can find more details about the available resource and events in our Webhook documentation:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.webex.com/docs/api/guides/webhooks" target="_blank" rel="noopener noreferrer"&gt;https://developer.webex.com/docs/api/guides/webhooks&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 04:33:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/finding-correct-webhook-resource-event-for-cardbot/m-p/4721486#M1682</guid>
      <dc:creator>Rudrakshi</dc:creator>
      <dc:date>2022-11-15T04:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Finding correct webhook resource/event for cardbot</title>
      <link>https://community.cisco.com/t5/webex-for-developers/finding-correct-webhook-resource-event-for-cardbot/m-p/4721504#M1685</link>
      <description>&lt;P&gt;I appreciate the information and advice you have shared.&lt;BR /&gt;&lt;FONT color="#FFFFFF"&gt;&lt;A href="https://www.pricechopperdirectconnect.net/" target="_self"&gt;&lt;FONT color="#FFFFFF"&gt;Price Chopper Direct Connect Login&lt;/FONT&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 04:09:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/finding-correct-webhook-resource-event-for-cardbot/m-p/4721504#M1685</guid>
      <dc:creator>neskemiquel</dc:creator>
      <dc:date>2022-11-16T04:09:23Z</dc:date>
    </item>
  </channel>
</rss>

