feat(mailerlite): add spam complaint trigger

This commit is contained in:
Rıdvan Akca
2024-01-26 18:18:43 +03:00
parent 8ef2bd3b8d
commit b30b5024a8
6 changed files with 100 additions and 1 deletions

View File

@@ -201,7 +201,10 @@ export default defineConfig({
text: 'MailerLite',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/mailerlite/connection' }],
items: [
{ text: 'Triggers', link: '/apps/mailerlite/triggers' },
{ text: 'Connection', link: '/apps/mailerlite/connection' },
],
},
{
text: 'Mattermost',

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/mailerlite.svg
items:
- name: Spam Complaint
desc: Triggers when a subscriber reports an email as spam.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -20,6 +20,7 @@ The following integrations are currently supported by Automatisch.
- [HTTP Request](/apps/http-request/actions)
- [HubSpot](/apps/hubspot/actions)
- [Invoice Ninja](/apps/invoice-ninja/triggers)
- [MailerLite](/apps/mailerlite/triggers)
- [Mattermost](/apps/mattermost/actions)
- [Miro](/apps/miro/actions)
- [Notion](/apps/notion/triggers)