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.
Refer to the webhooks integrations admin interface in order to know which types/topics of events are currently supported.
1

Coding

Code and deploy your webhook endpoint that will catch events from the Lucca API.
2

Activation challenge

Implement the activation challenge, required for activation.
3

Security

Make sure to validate all incoming events. in order to protect your endpoint.
4

Declare & confirm

Declare your webhook-endpoint on your Lucca account.