π£Custom Notifiers
Integrate P0 with any internal notification system you own, or with systems that do not have a built-in notification service yet.
Set up Custom Notifier Integration
Configuration Parameters
Parameter
Description
Example Value
OpenAPI Specification
Authorizations
AuthorizationstringRequired
P0 generates a keypair during integration setup. Each http request sent by P0 to your endpoints contains a JWT signed with the private key in the Authorization header. Your endpoints must use the public key retrieved during integration setup, to decode the JWT and verify its claims. The claims are: sub (Subject) iss (Issuer), aud (Audience), iat (Issued At), exp (Expiry)
Body
or
Responses
200
Success
No content
default
Error
application/json
post/
No content
Last updated