Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.useterse.ai/llms.txt

Use this file to discover all available pages before exploring further.

Each template is a complete workflow you can adapt after scaffolding a Terse project. The terse CLI can scaffold TypeScript. The code examples in this section are TypeScript-first today because they use the broader generated helper surface.

Templates

New deal enrichment

Enrich new deals with Apollo, score fit, and write back to Attio.

Weekly pipeline digest

Summarize open pipeline every Monday and post to Slack.

CRM Slack alerts

Alert Slack when a deal hits a key stage.

Contact scoring

Score new contacts with Apollo enrichment and write the score back to Attio.

How to use a template

1

Scaffold the starter

# TypeScript starter (default)
terse init acme-revenue

cd acme-revenue
2

Connect the required integrations

Open the integrations page with terse integrate and connect the systems the template expects.
3

Generate helpers

terse generate
4

Test and deploy

terse test --verbose
terse deploy