Skip to content

Commit 5e9080a

Browse files
authored
Merge pull request #816 from novuhq/MRK-638
feat: modified the guides overview page
2 parents 22fc612 + 9ae78cc commit 5e9080a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

content/docs/guides/overview.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import { ClerkIcon } from '@/components/icons/clerk';
88
import { StripeIcon } from '@/components/icons/stripe';
99
import { SegmentIcon } from '@/components/icons/segment';
1010

11+
12+
1113
## Integration Guides
1214

1315
Novu provides various ways to integrate with external services to trigger notification workflows. Here are the main integration approaches:
@@ -45,4 +47,21 @@ Some integrations use different mechanisms than webhooks to send data to Novu. F
4547
Use Segment's Destination Functions to forward user events and traits to trigger notification workflows.
4648
</p>
4749
</Card>
50+
</Cards>
51+
52+
### Workflow Automation Platform Integrations
53+
54+
Workflow automation platforms help orchestrate complex business processes and event-driven workflows. Integrating Novu with these platforms allows you to trigger notifications as part of your automated workflows.
55+
56+
<Cards>
57+
<Card title="Inngest" href="/guides/webhooks/inngest">
58+
<p>
59+
Use Inngest's event-driven workflows to trigger notifications at specific steps in your automation pipeline.
60+
</p>
61+
</Card>
62+
<Card title="Trigger.dev" href="/guides/webhooks/triggerdotdev">
63+
<p>
64+
Leverage Trigger.dev's developer-friendly workflow engine to send notifications based on scheduled or event-driven triggers.
65+
</p>
66+
</Card>
4867
</Cards>

0 commit comments

Comments
 (0)