Download OpenAPI specification:Download
fabric OMS notification service APIs for multi tenant service
These endpoints help in triggering notification emails for the respective events which the user has subscribed for.
This listener processes the request body and emit notification events to webhook service
Notifications emitted Successfully
Bad Request
Duplicated Entity
Not Found
Internal Server Error
{- "id": "string",
- "notificationType": "string",
- "documentType": "string",
- "overrideContactInfo": [
- {
- "name": {
- "first": "John",
- "middle": "Middle",
- "last": "Doe"
}, - "email": "test@fabric.inc",
- "phone": {
- "number": "55555555555",
- "type": "MOBILE"
}
}
]
}
[- {
- "id": "123456789",
- "documentType": "ORDER",
- "notificationType": "string",
- "overrideContactInfo": [
- {
- "name": {
- "first": "John",
- "middle": "Middle",
- "last": "Doe"
}, - "email": "test@fabric.inc",
- "phone": {
- "number": "55555555555",
- "type": "MOBILE"
}
}
]
}
]
This listener processes the acknowledgement body and adds audit-logs
acknowledgment emitted
Bad Request
Duplicated Entity
Not Found
Internal Server Error
{- "id": "123456789",
- "documentType": "ORDER",
- "notificationType": "string",
- "notificationDate": "2022-07-14T10:27:28-05:00"
}
{- "id": "123456789",
- "documentType": "ORDER",
- "notificationType": "string",
- "notificationDate": "2022-07-14T10:27:28-05:00"
}