...
Webhooks allow you to connect to specific FlowFit events such as project or task changes made. To edit or create webhooks:
Click on the Add or Edit button
Define your custom endpoint URL
Define the entity (Project, Task, etc.)
Define the event (Upon project creation, upon task update, etc.)
Define the method (Post, Get)
Define fields to get (Deadline, Assigned resource, etc.)
Note:
The FlowFit API documentation is available here : https://demo.flowfitservices.com/flowFitPublicApi/swagger/index.html#!/Authentication/AuthenticateUser
...