feat(disqus): add new comments trigger

This commit is contained in:
Rıdvan Akca
2024-01-16 13:40:00 +03:00
parent 798529007e
commit 5657f0d793
8 changed files with 155 additions and 1 deletions

View File

@@ -72,7 +72,10 @@ export default defineConfig({
text: 'Disqus',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/disqus/connection' }],
items: [
{ text: 'Triggers', link: '/apps/disqus/triggers' },
{ text: 'Connection', link: '/apps/disqus/connection' },
],
},
{
text: 'Dropbox',

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/disqus.svg
items:
- name: New comments
desc: Triggers when a new comment is posted in a forum using Disqus.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -6,6 +6,7 @@ The following integrations are currently supported by Automatisch.
- [DeepL](/apps/deepl/actions)
- [Delay](/apps/delay/actions)
- [Discord](/apps/discord/actions)
- [Disqus](/apps/disqus/triggers)
- [Dropbox](/apps/dropbox/actions)
- [Filter](/apps/filter/actions)
- [Flickr](/apps/flickr/triggers)