Files
triggerdotdev--trigger.dev/apps/docs/examples/examples.mdx
T
2023-02-01 21:54:41 +00:00

27 lines
945 B
Plaintext

---
title: "Example workflows"
sidebarTitle: "Overview"
description: "Example workflows to use in your projects."
---
Not sure what to build? Take a look through our examples for inspiration.
You can use these workflows in your product by following the instructions on each page.
<CardGroup>
<Card title="GitHub" icon="github" href="/examples/github">
When a GitHub repo is starred, post information about the user to Slack
</Card>
<Card title="Shopify" icon="shopify" href="/examples/shopify">
Create a new product in my Shopify store.
</Card>
<Card title="Slack" icon="slack" href="/examples/slack">
Post to Slack when a GitHub issue is created or modified.
</Card>
<Card title="Resend" icon="envelope" href="/examples/resend">
Create a welcome email drip campaign.
</Card>
<Card title="WhatsApp" icon="whatsapp" href="/examples/whatsapp">
Listen for WhatsApp messages and reply.
</Card>
</CardGroup>