Close conversation
While configuring flows in Webex Connect, you may use this node to close a conversation on WxEngage. This node utilizes the Close conversation API from Webex Engage.
Configure
To configure a Close conversation node, follow these steps:
- Drag and drop the Close conversation node from the Node palette from the left side of the screen.
- Double-click the Close conversation node to view the configuration settings.
- Choose Close conversation from the Method Name drop-down list.
- Choose Authorization from the Node Runtime Authorization drop-down list.
We recommend you set Authorization to a Default Authentication configured in WxEngage's Integrations screen under WxConnect's Integrations. Once you re-authenticate from the Integrations screen, all your nodes across flows will pick up the updated token. - In the Conversation ID field, enter an appropriate variable that needs to be closed e.g.$(n6.conversationId)
- Click Save.
Output variables
Variable | Description |
---|---|
transId | API request identifier generated by WxEngage |
Node outcomes
Category | Outcome | Description |
---|---|---|
Success | onConversationClosed | Conversation closed successfully |
Errors | onCloseConversationFailure | WxEngage failed to close the conversation |
onTimeout | Could not receive an API response from WxEngage within the agreed time-out | |
onInvalidData | Invalid data configured in the WxConnect node | |
onError | Error in WxConnect's middleware services | |
onInvalidChoice | Invalid choice | |
onauthorizationfail | Failed to Authorize successfully. Recommend rechecking Auth details in the Authorize Integration section | |
Failure | Any other run time failures |
Updated 16 days ago