feat(reddit): add new posts matching search trigger

This commit is contained in:
Rıdvan Akca
2023-11-10 16:13:37 +03:00
parent c461cc4878
commit 5738a09771
6 changed files with 70 additions and 1 deletions

View File

@@ -293,7 +293,10 @@ export default defineConfig({
text: 'Reddit',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/reddit/connection' }],
items: [
{ text: 'Triggers', link: '/apps/reddit/triggers' },
{ text: 'Connection', link: '/apps/reddit/connection' },
],
},
{
text: 'Remove.bg',

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/reddit.svg
items:
- name: New posts matching search
desc: Triggers when a search string matches a new post.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -30,6 +30,7 @@ The following integrations are currently supported by Automatisch.
- [Placetel](/apps/placetel/triggers)
- [PostgreSQL](/apps/postgresql/actions)
- [Pushover](/apps/pushover/actions)
- [Reddit](/apps/reddit/triggers)
- [Remove.bg](/apps/removebg/connection)
- [RSS](/apps/rss/triggers)
- [Salesforce](/apps/salesforce/triggers)