Search code examples
tfsintegrationninja-forms

How to integrate Ninjaforms with TFS?


What is the best way to integrate Ninja Forms with Microsoft Team Foundation Server?

We want to create a backlog item when we submit the Ninja Form.


Solution

  • The best approach so far was using Webhooks plugin in Ninja Form and POST the form data to TFS using TFS API.

    References:

    Webhooks plugin for Ninja Forms

    How to create work item using TFS API

    Authenticating with personal access tokens