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

@@ -117,7 +117,10 @@ export default defineConfig({
text: 'Eventbrite',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/eventbrite/connection' }],
items: [
{ text: 'Triggers', link: '/apps/eventbrite/triggers' },
{ text: 'Connection', link: '/apps/eventbrite/connection' },
],
},
{
text: 'Filter',

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 />

View File

@@ -11,6 +11,7 @@ The following integrations are currently supported by Automatisch.
- [Discord](/apps/discord/actions)
- [Disqus](/apps/disqus/triggers)
- [Dropbox](/apps/dropbox/actions)
- [Eventbrite](/apps/eventbrite/triggers)
- [Filter](/apps/filter/actions)
- [Flickr](/apps/flickr/triggers)
- [Formatter](/apps/formatter/actions)