feat(eventbrite): add new events trigger

This commit is contained in:
Rıdvan Akca
2024-06-11 11:31:28 +02:00
parent 22b4a04567
commit 5263e774d2
8 changed files with 160 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/eventbrite.svg
items:
- name: New events
desc: Triggers when a new event is published and live within an organization.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />