Skip to content

Commit 14c499c

Browse files
committed
Add GIF to Webex provider guide and rename ciscoWebex to webex
1 parent 1f86c82 commit 14c499c

4 files changed

Lines changed: 24 additions & 14 deletions

File tree

src/docs.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"provider-guides/crunchbase",
115115
"provider-guides/customerJourneysApp",
116116
"provider-guides/customerJourneysTrack",
117-
"provider-guides/ciscoWebex",
117+
"provider-guides/webex",
118118
"provider-guides/delighted",
119119
"provider-guides/discord",
120120
"provider-guides/discourse",
@@ -531,6 +531,10 @@
531531
{
532532
"source": "/glossary",
533533
"destination": "/terminology"
534+
},
535+
{
536+
"source": "/provider-guides/webex",
537+
"destination": "/provider-guides/webex"
534538
}
535539
]
536540
}

src/generate-docs.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ const baseConfig = {
218218
source: "/glossary",
219219
destination: "/terminology"
220220
},
221+
{
222+
source: "/provider-guides/webex",
223+
destination: "/provider-guides/webex"
224+
},
221225
],
222226
footerSocials: {
223227
linkedin: "https://www.linkedin.com/company/withampersand",
@@ -325,7 +329,7 @@ const baseConfig = {
325329
"provider-guides/crunchbase",
326330
"provider-guides/customerJourneysApp",
327331
"provider-guides/customerJourneysTrack",
328-
"provider-guides/ciscoWebex",
332+
"provider-guides/webex",
329333
"provider-guides/delighted",
330334
"provider-guides/discord",
331335
"provider-guides/discourse",
2.32 MB
Loading
Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Cisco Webex"
2+
title: Webex
33
---
44

55
## What's Supported
@@ -14,7 +14,7 @@ This connector supports:
1414

1515
### Supported Objects
1616

17-
The Cisco Webex connector supports the following objects from the Admin API:
17+
The Webex connector supports the following objects from the Admin API:
1818

1919
- [people](https://developer.webex.com/docs/api/v1/people/list-people) (Read, Write)
2020
- [groups](https://developer.webex.com/admin/docs/api/v1/groups) (Read, Write)
@@ -26,16 +26,16 @@ The Cisco Webex connector supports the following objects from the Admin API:
2626

2727
## Before you get started
2828

29-
To integrate Cisco Webex with Ampersand, you will need [a Cisco Webex Account](https://www.webex.com/signup).
29+
To integrate Webex with Ampersand, you will need [a Cisco Webex Account](https://www.webex.com/signup).
3030

31-
Once your account is created, you'll need to create an integration in Cisco Webex and obtain the following credentials from your integration:
31+
Once your account is created, you'll need to create an integration in Webex and obtain the following credentials from your integration:
3232

3333
- Client ID
3434
- Client Secret
3535

3636
You will then use these credentials to connect your application to Ampersand.
3737

38-
### Creating a Cisco Webex Integration
38+
### Creating a Webex Integration
3939

4040
<Note>
4141
The Admin Suite integration requires organization-level access in Cisco Webex.
@@ -46,7 +46,7 @@ You will then use these credentials to connect your application to Ampersand.
4646

4747
Follow the steps below to create a Cisco Webex integration and add the Ampersand redirect URL to the integration:
4848

49-
1. Log in to your [Cisco Webex Developer Portal](https://developer.webex.com/) account.
49+
1. Log in to your [Webex Developer Portal](https://developer.webex.com/) account.
5050

5151
2. Click **My Apps** in the top navigation.
5252

@@ -64,31 +64,33 @@ Follow the steps below to create a Cisco Webex integration and add the Ampersand
6464

6565
9. Click **Add Integration**.
6666

67+
![Alt text](/images/provider-guides/webex.gif)
68+
6769
On the next screen, you'll see a **Client ID** and **Client Secret** have been generated.
6870

6971
You'll use these credentials while connecting your app to Ampersand.
7072

71-
## Add Your Cisco Webex App Info to Ampersand
73+
## Add Your Webex App Info to Ampersand
7274

7375
1. Log in to your [Ampersand Dashboard](https://dashboard.withampersand.com).
7476

75-
2. Select the project where you want to create a Cisco Webex integration.
77+
2. Select the project where you want to create a Webex integration.
7678

77-
![Alt text](/images/provider-guides/dd47b7a-Ampersand.png)
79+
![Ampersand Project Selection](/images/provider-guides/31a6a12-Ampersand.png)
7880

7981
3. Select **Provider apps**.
8082

81-
4. Select _Cisco Webex_ from the **Provider** list.
83+
4. Select _Webex_ from the **Provider** list.
8284

8385
5. Enter the previously obtained _Client ID_ in the **Client ID** field and the _Client Secret_ in the **Client Secret** field.
8486

8587
6. Click **Save changes**.
8688

8789
## Using the connector
8890

89-
To start integrating with Cisco Webex:
91+
To start integrating with Webex:
9092

91-
- Create a manifest file using the [example](https://github.com/amp-labs/samples/blob/main/ciscowebex/amp.yaml).
93+
- Create a manifest file.
9294

9395
- Deploy it using the [amp CLI](/cli/overview).
9496

0 commit comments

Comments
 (0)