Merge pull request #1562 from automatisch/AUT-615

feat(mailerlite): add spam complaint trigger
This commit is contained in:
Ali BARIN
2024-08-07 14:31:05 +02:00
committed by GitHub
6 changed files with 100 additions and 1 deletions

View File

@@ -256,7 +256,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

@@ -25,6 +25,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)