Custom Notifier
Integrate P0 with any internal notification system you own, or with systems that do not have a built-in notification service yet.
Last updated
Integrate P0 with any internal notification system you own, or with systems that do not have a built-in notification service yet.
Last updated
Implement your own API endpoints that P0 can send notifications to.
These parameters are configured by you during setup.
The examples use a custom notifier that sends notifications to an internal application for custom processing. Each custom notifier integration supports different trigger types. To reduce notification noise, you can choose only the specific triggers you want to be notified about.
Notifier ID
The identifier of the system you are integrating*
my-notifier-service
Notifier Name
The name of the custom notifier integration
Internal Customer Admin App
Triggers
The type of notifications that will trigger a call to your endpoint
[preapproval-created]
Webhook URL
Your https URL that P0 uses to call your endpoints.
https://p0-api.example.com/notifications
* Identifiers in P0 do not allow whitespace. By convention use camel-casing. Not visible to users.
This specification describes the API endpoint you must implement to create a custom notifier integration in P0.
This endpoint receives access-related notifications from P0, including user access requests and preapproval notifications. Implement this endpoint to handle custom notifiers that are not natively supported by P0. Once implemented, register the endpoint using a custom notifier in the P0 console to start receiving events.
No content