> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.meetgail.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.meetgail.com/_mcp/server.

# Guides & Recipes

> Complete end-to-end walkthroughs and short how-do-I answers for building real workflows.

This section is where the ideas from the rest of the docs come together into
things you can actually build. There are two kinds of pages here, and they serve
different moments.

**Guides** are complete, end-to-end walkthroughs. Each one builds a real workflow
from the first step to the last, explains why each piece is there, and shows the
settings along the way. Reach for a guide when you want to follow along and end
up with something working.

**Recipes** are short answers to a single "how do I X" question. Each one focuses
on one task, names the steps involved, shows a small example, and points you at
the full node pages for the details. Reach for a recipe when you already know
what you want and just need the shape of it.

## Guides

#### [Welcome New Leads](/platform/workflows/guides-and-recipes/guides/welcome-new-leads)

Greet every new lead the moment they arrive and enroll them in a nurture
campaign.

#### [Process a Daily CSV](/platform/workflows/guides-and-recipes/guides/process-a-daily-csv)

Pull a partner's daily lead file from SFTP and add each row as a contact.

## Recipes

#### [Loop Over a CSV](/platform/workflows/guides-and-recipes/recipes/loop-over-a-csv)

Parse a spreadsheet and do work for every row.

#### [Branch on a Value](/platform/workflows/guides-and-recipes/recipes/branch-on-a-value)

Take a different path based on a condition.

#### [Call an API](/platform/workflows/guides-and-recipes/recipes/call-an-api)

Send an HTTP request and use the response.

#### [Reshape Data](/platform/workflows/guides-and-recipes/recipes/reshape-data)

Transform a single value or reshape a whole list.

#### [Extract Fields with AI](/platform/workflows/guides-and-recipes/recipes/extract-fields-with-ai)

Pull structured fields out of an uploaded document.

#### [Send a Slack Alert](/platform/workflows/guides-and-recipes/recipes/send-a-slack-alert)

Post a message to a channel or a person in Slack.

#### [Wait and Handle Failure](/platform/workflows/guides-and-recipes/recipes/wait-and-handle-failure)

Pause a run and deal with a step that fails.

#### [Fill and Deliver a PDF](/platform/workflows/guides-and-recipes/recipes/fill-and-deliver-a-pdf)

Populate a PDF template and send it on.

#### [Append to Google Sheets](/platform/workflows/guides-and-recipes/recipes/append-to-google-sheets)

Log workflow results to a spreadsheet row by row.

#### [Trigger from a Webhook](/platform/workflows/guides-and-recipes/recipes/trigger-from-a-webhook)

Start a workflow when another system calls it.