<?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: Create valid space links in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/create-valid-space-links/m-p/4689243#M1478</link>
    <description>&lt;P&gt;Thanks Raffaele, #2 was exactly what I was after. &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 18 Sep 2022 22:33:26 GMT</pubDate>
    <dc:creator>DammitSteve</dc:creator>
    <dc:date>2022-09-18T22:33:26Z</dc:date>
    <item>
      <title>Create valid space links</title>
      <link>https://community.cisco.com/t5/webex-for-developers/create-valid-space-links/m-p/4688286#M1469</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;I have a bot that needs to link back to a webex space, so I'm just trying to find how to be able to generate a link to a space that is the same as when your right click -&amp;gt; copy space link. This will be for users already a part of that space, for ease of use.&lt;/P&gt;&lt;P&gt;I've had a look at the various API calls (rooms, messages, meetings), but can't see one returning the correct format? Meetings is close, but doesn't work.&lt;/P&gt;&lt;P&gt;Any advice? &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 02:34:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/create-valid-space-links/m-p/4688286#M1469</guid>
      <dc:creator>DammitSteve</dc:creator>
      <dc:date>2022-09-16T02:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create valid space links</title>
      <link>https://community.cisco.com/t5/webex-for-developers/create-valid-space-links/m-p/4688413#M1472</link>
      <description>&lt;P&gt;There are a number of options that you can choose here, depending on what you want to do exactly and the development effort you can put into it. Let me detail them:&lt;/P&gt;
&lt;P&gt;1. The easiest option probably is to use our&amp;nbsp;&lt;A href="https://apphub.webex.com/applications/eurl-cisco-systems-77671-27298" target="_self"&gt;Eurl bot&lt;/A&gt;. You can add this bot to your space and it will create a unique link that anyone can use to join that space. The bot would add the new users. If it's a moderated space, you can add the bot as a moderator to the space and it will add users who use the link.&lt;BR /&gt;&lt;BR /&gt;2. This would require a bit more development effort. Webex space links that you get from the webex app look like this:&amp;nbsp;webexteams://im?space=ab0ff6e0-f43e-11e8-91f7-47bdccd447fe . The&amp;nbsp;&lt;EM&gt;ab0ff6e0-f43e-11e8-91f7-47bdccd447fe&lt;/EM&gt; part is the space's backend ID. This is actually also provided by our APIs, specifically the&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/rooms" target="_self"&gt;/rooms APIs&lt;/A&gt;&amp;nbsp;(room is another name for space), however the roomIDs you see in the API are base64 encoded and look like "Y2lzY29zcGFyazovL3VzL1JPT00vYWIwZmY2ZTAtZjQzZS0xMWU4LTkxZjctNDdiZGNjZDNkN2Zl". If you decode it, you get this:&amp;nbsp;ciscospark://us/ROOM/ab0ff6e0-f43e-11e8-91f7-47bdccd447fe. Notice that you are getting the same backend ID for the space, "ab0ff6e0-f43e-11e8-91f7-47bdccd447fe". You can just use this and append it to "webexteams://im?space=" and you would get that space link in the same way the webex app has it.&lt;BR /&gt;&lt;BR /&gt;3. This probably requires the most development effort but it would likely give you the most control on the functionality. You can just the /rooms APIs I mentioned above to manage everything related to spaces. And use the&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/memberships" target="_self"&gt;/memberships APIs&lt;/A&gt; to manage the rooms' members. You can have code logic for your bot that leverages these APIs to add/remove users to rooms, create join links (with your own code, leveraging the /create-a-memberships API) and much more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps but let us know in case of any queries.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 08:27:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/create-valid-space-links/m-p/4688413#M1472</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2022-09-16T08:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create valid space links</title>
      <link>https://community.cisco.com/t5/webex-for-developers/create-valid-space-links/m-p/4689243#M1478</link>
      <description>&lt;P&gt;Thanks Raffaele, #2 was exactly what I was after. &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2022 22:33:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/create-valid-space-links/m-p/4689243#M1478</guid>
      <dc:creator>DammitSteve</dc:creator>
      <dc:date>2022-09-18T22:33:26Z</dc:date>
    </item>
  </channel>
</rss>

