Some checks are pending
Automatisch Backend Tests / test (push) Waiting to run
Automatisch CI / linter (push) Waiting to run
Automatisch CI / start-backend-server (push) Waiting to run
Automatisch CI / start-backend-worker (push) Waiting to run
Automatisch CI / build-web (push) Waiting to run
Automatisch UI Tests / test (push) Waiting to run
19 lines
539 B
Markdown
19 lines
539 B
Markdown
---
|
|
favicon: /favicons/mailerlite.svg
|
|
items:
|
|
- name: Campaign Sent
|
|
desc: Triggers when a campaign has been activated.
|
|
- name: Spam Complaint
|
|
desc: Triggers when a subscriber reports an email as spam.
|
|
- name: Subscriber created
|
|
desc: Triggers when a new subscriber is added to your mailing list.
|
|
- name: Subscriber unsubscribed
|
|
desc: Triggers when a subscriber has unsubscribed from your mailing list.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|