Reopen conversation

While configuring flows in Webex Connect, you may use this node to re-open a closed conversation on WxEngage. This node utilizes the Webex Engage's re-open conversation API.

Configure

To configure a Reopen conversation node, follow these steps:

  1. Drag and drop the Reopen conversation node from the Node palette from the left side of the screen.
  2. Double-click the Reopen conversation node to view the configuration settings.
  1. Choose Reopen conversation from the Method Name drop-down list.
  2. 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.
  3. In the Conversation ID field, enter an appropriate variable that contains WxEngage's conversation ID (e.g.$(n6.conversationId)).
  4. Click Save.

Output variables

VariableDescription
transIdAPI request identifier generated by WxEngage

Node outcomes

CategoryOutcomeDescription
SuccessconversationReopenedConversation re-opened successfully
ErrorsconversationReopenFailedWxEngage failed to re-open the conversation
onTimeoutCould not receive an API response from WxEngage within the agreed time-out`
onInvalidDataInvalid data configured in the WxConnect node
onErrorError in WxConnect's middleware services
onInvalidChoiceInvalid choice
onauthorizationfailFailed to Authorize successfully. Recommend rechecking Auth details in the Authorize Integration section
FailureAny other run time failures