API: Add webhooks for customer events

This commit is contained in:
Raphael Michel
2023-08-31 14:13:48 +02:00
parent 53e84dfb08
commit ffd0612277
2 changed files with 30 additions and 0 deletions

View File

@@ -67,6 +67,9 @@ The following values for ``action_types`` are valid with pretix core:
* ``pretix.event.live.deactivated``
* ``pretix.event.testmode.activated``
* ``pretix.event.testmode.deactivated``
* ``pretix.customer.created``
* ``pretix.customer.changed``
* ``pretix.customer.anonymized``
Installed plugins might register more valid values.