Has anyone set up a pipeline from Development through Production? Im looking for a better way to promote Bots instead of exporting and importing. I would like to use something like Jenkins or something to move through developing and testing to Production release. Any suggestions?
Hello @anthony.hibbitts ,
We have customers who use our public API’s to achieve this usecase. I.e,
- Export Bot and save it to some storage.
- Confirm export Status.
- Once export is complete use Import to an existing Bot API to update the prod bot.
- Confirm import status
This sequence of steps could be automated as per your requirement. Let us know if this helps!