Webhook

Whenever a form is submitted, we can send a POST request to a webhook. This is optional, and if you would like it disabled please leave it blank when signing up for the Open API integration.

Sample Body

{
    "practiceId": 10,
    "submissionId": 312,
    "submissionJson": {
        "firstName": "John",
        "lastName": "Wick",
        "allFields": "Will populate here.",
        "babaYaga": "Fortis Fortuna Adiuvat"
    }
}

Last updated