How are other folks here separating dev/test bots from live production bots? With my current setup I just have a single version, so any changes I make are live changes to the production version
Separating dev/test/production versions
hsau
(Hayden Saunders)
#1
KarenBarker
(Karen Barker)
#2
Hi @hsau,
You might find the best way to handle this is to have a folder for production and a folder for test. You can then have the flows in test listening to the test console or maybe a test Facebook page etc and the flows in production listening to the production bot. When you are happy with changes in test you could then copy the flow, move it to production and switch the bots listening.
hsau
(Hayden Saunders)
#3
Hi Karen - this makes sense. I see the folders feature now and can see how this will be helpful for organising multiple versions. Thank you!