Build your own notifications
To support our embedded partner's mission to build Pliants credit card as a service features seamlessly into their product we are introducing a flexible way to configure email notifications sent out by the Pliant Platform. Additionally, we are adding lots of new Events to our API to enable you to create your own, customized notification framework tailored for each and every one of your customers.
Configuring email notifications
To set up a custom email notification configuration please reach out to your contact at Pliant. We are going to provide all the necessary information to configure email notifications for your organisations accordingly.
You are able to define emails based on
- email template (e.g. monthly limit of organization reacht, card request created ...)
- role of the recipient within pliant (e.g. admin, owner, cardholder ...)
- type of the recipient (embedded vs non-embedded)
You can find more information in our guides section: https://partner.getpliant.com/docs/configure-notifications
To change the configuration of user emails please reach out to us in the dedicated slack channels or via [email protected]
New events
To enable you to create your own notification framework we added the following events to our subscription/callback endpoints
ORGANIZATION_BALANCE_UPDATED
CARDHOLDER_INVITED
CARDHOLDER_INVITED_NEED_ACTIVATION
CARDHOLDER_INVITED_NEED_REGISTRATION
CARD_BALANCE_UPDATED
CARD_EXPIRED
Please note that CARDHOLDER_INVITED
event is generic now and will be sent along with
CARDHOLDER_INVITED_NEED_REGISTRATION
CARDHOLDER_INVITED_NEED_ACTIVATION
CARDHOLDER_REGISTERED
New subscription endpoints
To enable you to create your own notification framework we added the subscription endpoints:
CARD_REQUEST_CREATED
CARD_REQUEST_APPROVED
CARD_REQUEST_REJECTED
CARD_LIMIT_REQUEST_CREATED
CARD_LIMIT_REQUEST_APPROVED
CARD_LIMIT_REQUEST_REJECTED