Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

  1. Click on the Add or Edit button

  2. Define your custom endpoint URL

  3. Define the entity (Project, Task, etc.)

  4. Define the event (Upon project creation, upon task update, etc.)

  5. Define the method (Post, Get)

  6. 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

...

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/CallBackDelete

Event 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)