You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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. |
21
27
22
28
### Import Flow
23
29
@@ -55,6 +61,21 @@ Publish the flow by enabling the _Validation_ switch and then clicking the _Publ
55
61
56
62

57
63
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
+
58
79
### Add a Channel for the IVR
59
80
60
81
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.
Copy file name to clipboardExpand all lines: docs/features/web-link-methods/EMAIL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Before getting started in this section, please ensure the following:
18
18
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).
19
19
20
20
> [!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!
0 commit comments