Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can use the params and queries passed from the chatbot URL to customize your flow in the Experience Designer.

Table of Contents
excludeRelated Articles

For example, you can initiate the flow studio based on the flowId passed in the chatbot URL.

...

Note

After importing the attached flow, you have to paste the below code in the Bot In Parser of Bot Provider V2 node.

msg.payload.originalRequest.data.flowId=msg.req.query.flowId;

Related Articles

Filter by label (Content by label)
showLabelsfalse
max5
showSpacefalse
cqllabel in ( "chatbot" , "experience-designer" )