lappis-unb/BotFlow

Create webhook listener on Bot

rodrigocam opened this issue · 2 comments

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

Quando acontece um put em alguma intent (PUT#/projects/:project_id/intents/:intent_id), este erro acontece:

image

Edit1: Aparentemente, também está acontecendo em DELETE#/projects/:project_id/intents/:intent_id

I think I fixed in this two commits:

Can you please review @victorcmoura ?