Dynamic Flow via code

(İbrahim Ersoy) #1

Hello,

Is it possible that we could send httprequest to create flow dialogs dynamically via code?

I have a request in which our customers can update/write their own questions and what I would like to know is if theres any support for creating dynamic flow via code?

Thank you

(Karen Barker) #2

Hi Ibrahim,

You would be able to look at using the Webhooks and HTTP service in order to receive data dynamically. You can then use this data in your flow by using Data Outputs. There’s a short tutorial here that you might find useful on using data from the web within Flow XO. :slight_smile:

1 Like
(İbrahim Ersoy) #3

Hello Karen,

Thank you for the reply. And yes, I can work with HTTP Requests in FlowXO.Nothing problem there.

I’d like to know if I can create dialog flows with code.

As in the image above, there are 3 steps for the flow.How can I create these dialog steps by just posting data to flowxo? Not by manually adding steps.

I have a requirement that each customers can edit questions or add their own questions for the flow to work.So, when they run the bot,each customer should see and answer their own questions.

Is it supported?

Thank you.

(Karen Barker) #4

Hi there,

Ah… :bulb: Now I see what you’re wanting to do. Unfortunately this wouldn’t be supported I’m afraid. There isn’t any way at present to set up a flow except by using the Flow XO UI. :disappointed: