...
Table of Contents |
---|
Webhooks allow you to connect subscribe to and monitor specific FlowFit events happening, such as project or task changes made to projects (deadline change, status change, etc.) or tasks (created, deleted, etc.). To edit or create webhooks:
...
On project status change: http://localhost/FlowFit.Public.Api.Tester/Project/CallBackDeleteCallBackChangeStatus
Event called when the status of a project is changed.
On project manager assignment: http://localhost/FlowFit.Public.Api.Tester/Project/CallBackDeleteEvent called when a Manager or Manager 2 is assigned to the project.
On project work type change: http://localhost/FlowFit.Public.Api.Tester/Project/CallBackWorkType
...
Event called when a final document is added to a task (DocumentPath), the task status is Complete, and the task is deliverable, or when the task already has a final document (DocumentPath), the task is deliverable, and the status is changed to Complete.
⚙ > Administration > Webhooks - FlowFit User Documentation - Confluence (atlassian.net)