Create Webhook

Creates a Webhook in matteroTM using the provided JSON body.

POST https://my.mattero.com.au/public/api/v1/webhooks


Parameters

Name Location Type Description
eventName Body string:required Event name to be registered, expected values are [ CreateContactEvent | UpdateContactEvent | CreateMatterEvent | UpdateMatterEvent | CreateTaskEvent | UpdateTaskEvent]
callbackUrl Body string:required The RESTful callback to be invoked when the event is trigger, this callback must accept a POST request.

Status Codes

Code Summary Description
204 No Content The request was successful, no body in response.
400 Bad Request The request failed validation checks.
401 Unauthorized Failed authentication check.
403 Forbidden Failed authorization check.