Learn how to receive events.
In order to receive events, you must first deploy a webhook endpoint on your side. This is the URL Lucca will send HTTP POST requests to whenever an event occurs.
Coding
Code and deploy your webhook endpoint that will catch events from the Lucca API.
Activation challenge
Implement the activation challenge, required for activation.
Security
Make sure to validate all incoming events. in order to protect your endpoint.
Declare & confirm
Declare your webhook-endpoint on your Lucca account.