Getting started
Have your endpoint live and returning success before you enable a destination — delivery starts immediately once it is added.
- Log into your Partner Portal at
partner.uat.levno.com. - Go to Settings > Integrations, then click Open Events Portal.
- Add a destination. Choose the webhook type, enter your HTTPS URL, and select the topics you want to receive.
- Copy the signing secret shown when the destination is created (it starts with
whsec_). Store it somewhere safe — you need it to verify payloads. - Confirm delivery. Once an event fires, check the portal’s event history to see the request Levno sent and the response your endpoint returned.
Next steps
Section titled “Next steps”- Review the portal for how to manage destinations and inspect deliveries day to day.
- Review destinations for what your endpoint needs to do, and for non-webhook delivery options.
- Review the event model for the shape of the payloads you will receive.