post https://api.goformz.com/v2/webhooks
The entityId in the context of the form.complete event is the template id.
The Content-Type header in the HTTP request headers should be set to application/json.
Content-Type: application/json;If successful, the server will respond with a HTTP Status Code of 201 (Created).
 
Webhook Payload
Example of a JSON object sent to the targetUrl (via a POST):
{
  "EventType": "form.complete",
  "EntityId": "40494170-db11-4868-8b58-a53d0164e724",
  "Timestamp": "635821261908979453",
  "Item": {
    "Id": "ea0bc768-4c30-4bec-bff5-a545005e2f2d",
    "Url": "https://api.goformz.com/v2/formz/ea0bc768-4c30-4bec-bff5-a545005e2f2d"
  }
}