Skip to main content

Request notification

{{your-custom-url}}

Notification types#

  • initial : Sent at Request creation
  • status_change : Sent on Request status change
  • reminder : Sent when sending a remind

Method#

POST

Headers#

NameContent
X-SignatureSHA512 hash

Body#

Initial notification example#

{
"notification": "request"
"event": {
"date": "2021-06-21T12:58:19.000+00:00",
"detail": null,
"id": "X",
"kind": "initial",
"request_id": "X",
"tenant_id": "X",
}
}