Request CreatedWebhook

Receive a notification when a new Request is submitted

SecurityOAuth2
Request
Request Body schema: application/json

Information about a new Request when it is submitted

eventType
string

Combination of the Topic and the Event

object (event)

Object containing event information and the user who triggered the event.

object (request)

Object containing information about a Request.

Responses
200

Return a 200 status to Tenovos to indicate that the data was received successfully

Request samples
application/json
{
  • "eventType": "request.created",
  • "event": {
    },
  • "request": {
    }
}