Skip to content

Commit 53f438d

Browse files
Merge pull request #18 from customer-dynamics/documentation-updates
docs: update documentation for clarity
2 parents ed32917 + 2101e24 commit 53f438d

4 files changed

Lines changed: 4237 additions & 5474 deletions

File tree

docs/GETTING-STARTED.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ Provide the appropriate values in the JSON above, using the following descriptio
104104

105105
The `script` to use for the widget depends on the environment used. For this value, use the URL that corresponds to your environment:
106106

107-
| Environment | Script URL |
108-
| ----------- | ----------------------------------------------------------------- |
109-
| Development | `https://{{Your C3 Vendor ID}}.dev.c2a.link/widget/widget.js` |
110-
| Staging | `https://{{Your C3 Vendor ID}}.staging.c2a.link/widget/widget.js` |
111-
| Production | `https://{{Your C3 Vendor ID}}.call2action.link/widget/widget.js` |
107+
| Environment | Script URL |
108+
| ----------- | ------------------------------------------------------------- |
109+
| Development | `https://agent-apps.staging.c2a.link/web-component/widget.js` |
110+
| Staging | `https://agent-apps.staging.c2a.link/web-component/widget.js` |
111+
| Production | `https://agent-apps.call2action.link/web-component/widget.js` |
112112

113113
> [!NOTE]
114114
> Unless otherwise specified for your vendor, use the production script.

docs/features/AGENT_ASSISTED_PAYMENT_IVR.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@ To add these in Webex Control Hub, navigate to the [_Global Variables_ subsectio
1414

1515
The following global variables will need to be defined in your environment:
1616

17-
| Value | Type | Sensitive | Description |
18-
| ---------------------- | ------ | --------- | -------------------------------------------------------------------------------------------------------------------------- |
19-
| `C3Env` | String | No | The C3 environment to use in flow (`dev`, `staging`, or `prod`). Unless otherwise specified for your tenant, use **prod**. |
20-
| `C3PaymentRequestInfo` | String | No | The information for the C3 payment request, represented as JSON. |
17+
| Value | Type | Sensitive | Description |
18+
| ---------------------- | ------- | --------- | ------------------------------------------------------------------------------------------------------------------------------ |
19+
| `C3Env` | String | No | The C3 environment to use in the flow (`dev`, `staging`, or `prod`). Unless otherwise specified for your tenant, use **prod**. |
20+
| `C3PaymentRequestInfo` | String | No | The information for the C3 payment request, represented as JSON. |
21+
| `C3CciAgentId` | String | No | The ID of the Webex agent to transfer back to. |
22+
| `C3ContactEmail` | String | No | The email address of the contact to use for a receipt. |
23+
| `C3ContactFirstName` | String | No | The first name of the contact. |
24+
| `C3ContactLastName` | String | No | The last name of the contact. |
25+
| `C3PaymentAmount` | Decimal | No | The amount to charge for the payment. |
26+
| `C3PaymentRequestId` | String | No | The ID of the payment request in C3. |
2127

2228
### Import Flow
2329

@@ -55,6 +61,21 @@ Publish the flow by enabling the _Validation_ switch and then clicking the _Publ
5561

5662
!["An image of Webex Flow Designer, highlighting the validation switch and publish button"](../images/flow-designer-publish.png 'Flow Designer publish')
5763

64+
### Define Variables on Routing Flows
65+
66+
To use C3 during an _outbound_ call, you will need to update the routing flow associated with your Inbound Telephony Channel (otherwise known as an outdial entry point). Likewise, for using C3 with _inbound_ calls, you will need to update the routing flow associated with your Inbound Telephony Channel (otherwise known as an inbound entry point).
67+
68+
For your specific use case, update the flow(s) above to add the following previously defined global variables:
69+
70+
- `C3CciAgentId`
71+
- `C3ContactEmail`
72+
- `C3ContactFirstName`
73+
- `C3ContactLastName`
74+
- `C3PaymentAmount`
75+
- `C3PaymentRequestId`
76+
77+
Validate and publish the flow(s).
78+
5879
### Add a Channel for the IVR
5980

6081
Next, we'll need to add a channel (also known as an entry point) to use for the IVR. This channel will be used to transfer the call to the IVR system.

docs/features/web-link-methods/EMAIL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Before getting started in this section, please ensure the following:
1818
An app is required to send emails through Webex Connect. To create an app, follow the steps in the [Webex Connect documentation](https://help.webexconnect.io/docs/email-cce).
1919

2020
> [!IMPORTANT]
21-
> Register this app with the Webex Connect service that you created earlier.
21+
> Register this app with the Webex Connect service that you created earlier by using the "Register to Webex Engage" button. NOTE: This can only be done once!
2222
2323
### Create Template
2424

0 commit comments

Comments
 (0)