# Terse use cases > Ready-to-build Terse workflow templates. Each entry links to a raw markdown > file containing the full use case: typed frontmatter (trigger, integrations, > steps), a working `createJob` implementation, and build instructions for > coding agents. Fetch the .md file and use it as the starting point for the > terse-create skill. ## GTM & Sales - [Find customers](https://www.useterse.ai/use-cases/find-your-icp.md): Every morning, search Apollo for your ICP, enrich people with email, skip anyone already in Attio, and add the rest to a list — with a Slack summary. - trigger: Daily cron at 9:00 AM ET - integrations: apollo, attio, slack - durable: yes - page: https://www.useterse.ai/use-cases/find-your-icp - [Track product usage](https://www.useterse.ai/use-cases/posthog-logins-to-attio.md): A nightly job that counts each user's PostHog login events and writes the 7-day total onto their Attio person record. - trigger: Daily cron at 6:00 AM ET - integrations: posthog, attio - durable: yes - page: https://www.useterse.ai/use-cases/posthog-logins-to-attio - [Keep CRM up to date](https://www.useterse.ai/use-cases/workos-signups-to-attio.md): When a new user onboards, automatically keep your CRM up to date - trigger: User created on WorkOS - integrations: workos, attio - durable: yes - page: https://www.useterse.ai/use-cases/workos-signups-to-attio - [Build dynamic email campaigns](https://www.useterse.ai/use-cases/email-sequencing.md): When someone sign up for you product, send a welcome email, wait 2 days, check activity then send personalized follow up - trigger: slack member_joined_channel - integrations: slack, posthog, resend - durable: no - page: https://www.useterse.ai/use-cases/email-sequencing - [Keep team in sync](https://www.useterse.ai/use-cases/negotiation-deal-brief.md): The moment a deal moves to Negotiation in Attio, an agent researches the account and posts a structured brief to your deal channel. - trigger: attio deal.updated - integrations: attio, slack - durable: no - page: https://www.useterse.ai/use-cases/negotiation-deal-brief ## Engineering - [Summarize PRs in Slack](https://www.useterse.ai/use-cases/pr-summaries-in-slack.md): Every pull request lands in Slack with a reviewer-ready brief — what changed, why it matters, and where to look first. One job, two integrations, no bots to configure. - trigger: github pr.opened - integrations: github, slack - durable: no - page: https://www.useterse.ai/use-cases/pr-summaries-in-slack - [Triage tickets](https://www.useterse.ai/use-cases/triage-inbound-bug-reports.md): New Linear issues get classified by severity in seconds. Critical ones page on-call — after a human approves in Slack. Routine ones get filed with the reasoning attached. - trigger: linear issue.created - integrations: linear, slack - durable: yes - page: https://www.useterse.ai/use-cases/triage-inbound-bug-reports