Create webhook listener on Bot
rodrigocam opened this issue · 2 comments
rodrigocam commented
Create the side that will receive the webhook notifications from BotFlowAPI.
Tasks
- Create a small server that listen to POST requests
- Make request to get the new file content
- Save the content in file
Acceptance criteria
- Changes in BotFlowAPI alter the Bot
victorcmoura commented
rodrigocam commented
I think I fixed in this two commits:
Can you please review @victorcmoura ?