Module lexoffice::model::event_subscriptions[][src]

Using event subscriptions you will be notified about certain events on resources - e.g. you receive a notification every time a contact changes in lexoffice. This will make pull requests superfluous to keep your data synced between lexoffice and your application. The notifications are implemented as webhooks. Subscribing to an event simply requires the event type and your callback url. With the event-subscriptions endpoint you can manage your subscriptions within lexoffice.

Structs

EventSubscription
EventSubscriptionBuilder

Builder for EventSubscription instances.

WebhookCallback
WebhookCallbackBuilder

Builder for WebhookCallback instances.

Enums

EventType

The following table lists all types of events you can subscribe to. The property EventType is the combined key of a resource and a event name. The EventType is handled in lower case.