This repo contains webhooks(bots) for the bot recipies I built for practicing.
This repo contains three recipies:
-
room_booking: For practicing building chatbot integrations with Google sheets.

-
appointment_booking: For practicing building chatbot recipies with the Webhook blocks.

-
hotelbooking: For practicing building chatbot recipies with the SmartAI blocks.

For each of the recipies,
-
copy the file
<recipe_name_dir>/bots/<recipe_name>.pyinto thebotsfolder of the bots repo. -
copy the inner contents of folder
<recipe_name_dir>/bots/local_servicesinto thelocal_servicesfolder of the bots repo. -
Rebuild the docker image for the bots project.