feat(eventbrite): add new events trigger
This commit is contained in:
@@ -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',
|
||||
|
12
packages/docs/pages/apps/eventbrite/triggers.md
Normal file
12
packages/docs/pages/apps/eventbrite/triggers.md
Normal 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 />
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user