Versions Compared

Key

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

...

Webhooks allow you to connect to specific FlowFit events such as project or task changes made. 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

...