<?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: Setup webhook using integration app in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/setup-webhook-using-integration-app/m-p/5033738#M2842</link>
    <description>&lt;P&gt;My case:&lt;BR /&gt;1. Create a simple web server to to apply Oauth&lt;BR /&gt;2. Register Integration (set url to my server as &lt;SPAN&gt;Redirect URI&lt;/SPAN&gt;)&lt;BR /&gt;3. Set a meetings scope&lt;BR /&gt;4. Granted integration permissions for my account&amp;nbsp;&lt;BR /&gt;5. Get access token from callback to my server&lt;BR /&gt;6&amp;nbsp; Use it access token to create webhook for meetings&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Get next error&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "message": "The request requires a valid access token set in the Authorization request header.",
  "errors": [
    {
      "description": "The request requires a valid access token set in the Authorization request header."
    }
  ],
  "trackingId": "WEBEX-DEV-PORTAL_a8cf8bb9-432b-458c-8abf-777429c173d5_6"
}&lt;/LI-CODE&gt;&lt;P&gt;NOTE: I want to create webhook for user, to get callback on meeting creation, pass it to our system for next processing&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2024 16:49:13 GMT</pubDate>
    <dc:creator>BohdanM</dc:creator>
    <dc:date>2024-03-04T16:49:13Z</dc:date>
    <item>
      <title>Setup webhook using integration app</title>
      <link>https://community.cisco.com/t5/webex-for-developers/setup-webhook-using-integration-app/m-p/5033639#M2839</link>
      <description>&lt;P&gt;We want to build integration using Webex API and Webhooks. As result we want get next usecase:&lt;BR /&gt;&lt;BR /&gt;1. User allow us to make API call and setup Webhook with provided Access Token(via &lt;SPAN&gt;OAuth Authorization URL&lt;/SPAN&gt;)&lt;BR /&gt;2. We setup on our side Webhook for meeting event&lt;BR /&gt;3. We call API to get meeting details.&lt;BR /&gt;&lt;BR /&gt;The problem we can`t setup webhook using users access token&lt;BR /&gt;&lt;BR /&gt;Do we need register another app or perform additional actions to setup Webhooks using Integration app?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 14:08:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/setup-webhook-using-integration-app/m-p/5033639#M2839</guid>
      <dc:creator>BohdanM</dc:creator>
      <dc:date>2024-03-04T14:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setup webhook using integration app</title>
      <link>https://community.cisco.com/t5/webex-for-developers/setup-webhook-using-integration-app/m-p/5033723#M2841</link>
      <description>&lt;P&gt;Webhooks will also work with integrations. What is not working in your case, are you receiving an error message?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 16:31:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/setup-webhook-using-integration-app/m-p/5033723#M2841</guid>
      <dc:creator>dtibbe</dc:creator>
      <dc:date>2024-03-04T16:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Setup webhook using integration app</title>
      <link>https://community.cisco.com/t5/webex-for-developers/setup-webhook-using-integration-app/m-p/5033738#M2842</link>
      <description>&lt;P&gt;My case:&lt;BR /&gt;1. Create a simple web server to to apply Oauth&lt;BR /&gt;2. Register Integration (set url to my server as &lt;SPAN&gt;Redirect URI&lt;/SPAN&gt;)&lt;BR /&gt;3. Set a meetings scope&lt;BR /&gt;4. Granted integration permissions for my account&amp;nbsp;&lt;BR /&gt;5. Get access token from callback to my server&lt;BR /&gt;6&amp;nbsp; Use it access token to create webhook for meetings&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Get next error&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "message": "The request requires a valid access token set in the Authorization request header.",
  "errors": [
    {
      "description": "The request requires a valid access token set in the Authorization request header."
    }
  ],
  "trackingId": "WEBEX-DEV-PORTAL_a8cf8bb9-432b-458c-8abf-777429c173d5_6"
}&lt;/LI-CODE&gt;&lt;P&gt;NOTE: I want to create webhook for user, to get callback on meeting creation, pass it to our system for next processing&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 16:49:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/setup-webhook-using-integration-app/m-p/5033738#M2842</guid>
      <dc:creator>BohdanM</dc:creator>
      <dc:date>2024-03-04T16:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Setup webhook using integration app</title>
      <link>https://community.cisco.com/t5/webex-for-developers/setup-webhook-using-integration-app/m-p/5034568#M2844</link>
      <description>&lt;P&gt;The error message states that the token you've provided is not valid or was even omitted. It does not state that the token is missing scopes.&lt;/P&gt;
&lt;P&gt;The authorization header mit look like&lt;/P&gt;
&lt;P&gt;Authorization: Bearer Yabcdef...&lt;/P&gt;
&lt;P&gt;I.e. including the Bearer keyword.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 19:46:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/setup-webhook-using-integration-app/m-p/5034568#M2844</guid>
      <dc:creator>dtibbe</dc:creator>
      <dc:date>2024-03-05T19:46:37Z</dc:date>
    </item>
  </channel>
</rss>

