> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dopamine.chat/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflow Templates

> Launch pre-built multi-step automations and customize them for your use case.

Workflows chain multiple agents together so the output of one becomes the input of the next.
Each template below is ready to use - customize the steps or prompts as needed.

## Twitter Engagement Workflow

Finds high-engagement tweets about AI Agents and automates authentic interaction to promote your company.

<Steps>
  <Step title="AI Agents Explorer">
    Searches X (Twitter) for the most engaged tweets about "ai agents" from the past week, focusing on high-quality discussions.

    **Tools:** X (Twitter)
  </Step>

  <Step title="Engagement Selector">
    Analyzes the tweets and selects the single best post to comment on based on visibility and engagement potential. Does not post anything yet.
  </Step>

  <Step title="Authentic Commenter">
    Drafts a helpful, authentic comment for the selected tweet — written from a user's perspective, not a marketer's. No emojis, no marketing tone.
  </Step>

  <Step title="Twitter Assistant">
    Posts the comment, retweets the original post, and follows the author.

    **Tools:** X (Twitter)
  </Step>
</Steps>

***

## Reddit Engagement Workflow

Automates authentic engagement on Reddit to grow your presence and promote your product.

<Steps>
  <Step title="Reddit Explorer">
    Finds the most engaged posts about "ai agents" from the past week on Reddit.

    **Tools:** Reddit
  </Step>

  <Step title="Engagement Selector">
    Picks the best post to comment on — one that hasn't been engaged with before and has high visibility.
  </Step>

  <Step title="Authentic Commenter">
    Writes and posts a helpful, authentic comment that naturally mentions your product. Clean tone, no emojis, written from a real user's perspective.

    **Tools:** Reddit
  </Step>
</Steps>

***

## Blog Post Generator

Research, extract, and write a professional blog post end-to-end.

<Steps>
  <Step title="Research Agent">
    Finds 5–7 high-quality, authoritative sources for your blog topic — verifying credibility and gathering diverse perspectives.

    **Tools:** Web Search
  </Step>

  <Step title="Scraper Agent">
    Visits each source URL and extracts the main content, preserving key quotes and statistics. Outputs clean markdown.

    **Tools:** Website
  </Step>

  <Step title="Writer Agent">
    Writes a comprehensive, SEO-optimized blog post with a compelling headline, engaging introduction, clear subheadings, and a shareable conclusion.
  </Step>

  <Step title="Output">
    Delivers the finished post to your email inbox.
  </Step>
</Steps>

***

## Daily Newsletter Digest

Fetches your last 24 hours of emails, filters for newsletters, and generates a single concise summary — delivered every morning.

**Schedule:** Every day at 8:00 AM · Output: Email

<Steps>
  <Step title="24-Hour Email Fetcher">
    Retrieves all emails received in the past 24 hours, including full content.

    **Tools:** Gmail
  </Step>

  <Step title="Newsletter Filter">
    Identifies which emails are newsletters and extracts the name and content of each one.
  </Step>

  <Step title="Newsletter Summary">
    Combines all newsletters into a single digest containing only the most important and interesting items.
  </Step>

  <Step title="Output">
    Sends the digest to your email inbox.
  </Step>
</Steps>

***

<Tip>
  You can extend any workflow by adding extra steps — for example, posting the blog post to LinkedIn after writing, or forwarding the newsletter digest to a Slack channel.
</Tip>

<RelatedLinks pageId="examples/workflows" />
