# growth.engineer > The open-source, agent-friendly catalog of go-to-market tools and workflows. Companies, the tools they make, and workflows that put tools to work. Every tool and workflow is one markdown file any agent can run: the setup, the inputs, the steps and the rules, inline. The catalog itself is markdown in a public repository, built into a static site. Site: https://growth-engineer-dlpp.vercel.app Source: https://github.com/GetBrew/growth-engineer — add a company, tool or workflow by pull request. Definitions: - **Company** (`apollo`): A vendor, open-source project or person that makes tools. Named by a permanent handle that is its URL and the first half of every tool key. A company lists the ways in it offers — MCP server, CLI, API — once, and its tools point at them. Source file: `companies//company.md`. - **Tool** (`apollo/enrich-person`): ONE function an agent can call, tied to a specific MCP tool, CLI subcommand or API endpoint. Not the product: a product with three functions is three tools. Every way in names the exact operation an agent calls. Source file: `companies//tools/.md`. - **Workflow** (`funding-signal-outbound`): Several tools in order, with the instructions that reach a result, written by a person. Up to ten steps, each naming one tool; inputs the agent asks the user for; the checks that mean it is done. A growth hack is a workflow — there is no second kind. The author is a GitHub login. Source file: `workflows/.md`. - **Tag** (`capability:enrich-contacts`): A word from the managed vocabulary that companies, tools and workflows are filtered by. Four curated namespaces — capability, motion, channel, category — plus one derived from each tool’s access: has (its ways in). Every entry carries the tags it earns: a workflow its tools’ capabilities, a company its tools’ ways in. Source file: `tags.yml`. Reading a file: - Append `.md` to any company, tool or workflow URL to get its file. - Or request a company, tool or workflow page with `Accept: text/markdown`. - `/llms.txt` lists every file, tags included; `/llms-full.txt` is every company, tool and workflow file in one document. - Or connect an MCP client to `/mcp` (Streamable HTTP, no sign-in): `search` finds entries by words and filters, `get` returns a file — a tag’s included. - Each file has a flat YAML header (ref, name, updated, …), then setup, steps and rules; the header names its relations by key. ## Tools - [Enrich a company (6sense)](https://growth-engineer-dlpp.vercel.app/tools/6sense/enrich-company.md): Returns a company's firmographics, such as industry, employee and revenue range, address and SIC and NAICS codes, plus its 6sense segments, found from an email or a domain. - [Enrich people (6sense)](https://growth-engineer-dlpp.vercel.app/tools/6sense/enrich-people.md): Returns the email, phone numbers, job title, level and company of up to 25 people per call, each matched from an email, a LinkedIn URL or a 6sense people ID. - [Search for people (6sense)](https://growth-engineer-dlpp.vercel.app/tools/6sense/search-people.md): Returns people in 6sense's B2B database who match company domain, job title, level, function, location or industry filters, without their emails or phone numbers. - [Create records (Airtable)](https://growth-engineer-dlpp.vercel.app/tools/airtable/create-records.md): Creates one or more records in a table from their field values and returns each new record with its id. - [List records (Airtable)](https://growth-engineer-dlpp.vercel.app/tools/airtable/list-records.md): Returns a table's records a page at a time, filtered, sorted and cut down to the fields you ask for. - [Search records (Airtable)](https://growth-engineer-dlpp.vercel.app/tools/airtable/search-records.md): Finds the records in a table whose searchable fields match a keyword, such as a company name. - [Update records (Airtable)](https://growth-engineer-dlpp.vercel.app/tools/airtable/update-records.md): Changes only the fields you pass on existing records, leaving the rest as they were, and returns the updated records. - [Create and sync a cohort (Amplitude)](https://growth-engineer-dlpp.vercel.app/tools/amplitude/create-cohort.md): Creates or reads a cohort of users, checks membership, exports it as CSV, or syncs it to a destination such as Braze, Iterable or a webhook. - [Get user activity (Amplitude)](https://growth-engineer-dlpp.vercel.app/tools/amplitude/get-user-activity.md): Returns user profiles, user properties and activity timelines from an Amplitude project. - [Query product analytics (Amplitude)](https://growth-engineer-dlpp.vercel.app/tools/amplitude/query-analytics.md): Runs an ad-hoc event segmentation, funnel or retention query and returns the results. - [Query a saved chart (Amplitude)](https://growth-engineer-dlpp.vercel.app/tools/amplitude/query-chart.md): Returns the computed results of a saved event segmentation, sessions, funnel or retention chart for a time range. - [Create a message (Anthropic)](https://growth-engineer-dlpp.vercel.app/tools/anthropic/create-message.md): Returns Claude's next message for a prompt or conversation, such as a drafted email or a label for a record. - [Get an Actor run's results (Apify)](https://growth-engineer-dlpp.vercel.app/tools/apify/get-dataset-items.md): Returns the items an Actor run saved to a dataset, such as scraped records, a page at a time. - [Run an Actor (Apify)](https://growth-engineer-dlpp.vercel.app/tools/apify/run-actor.md): Starts an Apify Actor, such as a Google Maps or search-results scraper, with JSON input and returns the run's status and the ID of the dataset that holds its results. - [Find a scraper in Apify Store (Apify)](https://growth-engineer-dlpp.vercel.app/tools/apify/search-actors.md): Returns Actors from Apify Store, Apify's marketplace of ready-made scrapers and automations, that match a search query, with each Actor's name, author and description. - [Search the web and read the top results (Apify)](https://growth-engineer-dlpp.vercel.app/tools/apify/search-web.md): Starts Apify's RAG Web Browser on a query, or on one URL, and returns the run's storage IDs; its dataset holds the top result pages as Markdown. - [Add contacts to a sequence (Apollo)](https://growth-engineer-dlpp.vercel.app/tools/apollo/add-contacts-to-sequence.md): Enrolls saved contacts in an Apollo sequence so its email steps go out from the mailbox you choose. - [Enrich up to 10 people (Apollo)](https://growth-engineer-dlpp.vercel.app/tools/apollo/bulk-enrich-people.md): Returns the work email, title and employer of up to 10 people in one call, each matched from a name and company domain, an email or a LinkedIn URL. - [Enrich a company (Apollo)](https://growth-engineer-dlpp.vercel.app/tools/apollo/enrich-company.md): Returns one company's industry, revenue, employee count, funding rounds, locations and parent or subsidiary companies, found by its domain or name. - [Enrich a person (Apollo)](https://growth-engineer-dlpp.vercel.app/tools/apollo/enrich-person.md): Returns one person's title, employer, employment history and work email, matched from an email, a LinkedIn URL, or a name plus company. - [Search for people (Apollo)](https://growth-engineer-dlpp.vercel.app/tools/apollo/search-people.md): Returns people in Apollo's database who match title, seniority, location and company filters, without their emails or phone numbers. - [Comment on a task (Asana)](https://growth-engineer-dlpp.vercel.app/tools/asana/add-comment.md): Adds a comment to a task as the signed-in user, in plain text or HTML, with optional @-mentions. - [Create a task (Asana)](https://growth-engineer-dlpp.vercel.app/tools/asana/create-task.md): Creates a task in a workspace, a project or under a parent task, with its assignee, due date, description and custom fields. - [Update a task (Asana)](https://growth-engineer-dlpp.vercel.app/tools/asana/update-task.md): Changes a task's name, assignee, due date, description, completion or custom fields, leaving every other field as it was. - [Comment on a Jira work item (Atlassian)](https://growth-engineer-dlpp.vercel.app/tools/atlassian/comment-on-jira-work-item.md): Adds a comment to a Jira work item and returns the new comment. - [Create a Confluence page (Atlassian)](https://growth-engineer-dlpp.vercel.app/tools/atlassian/create-confluence-page.md): Creates a page in a Confluence space, under a parent page if you pass one, and returns the new page. - [Create a Jira work item (Atlassian)](https://growth-engineer-dlpp.vercel.app/tools/atlassian/create-jira-work-item.md): Creates a Jira work item (an issue) in a project with its type, summary, description, assignee and labels, and returns its key. - [Search Confluence with CQL (Atlassian)](https://growth-engineer-dlpp.vercel.app/tools/atlassian/search-confluence.md): Returns the Confluence pages, blog posts and other content that match a CQL query. - [Search Jira work items with JQL (Atlassian)](https://growth-engineer-dlpp.vercel.app/tools/atlassian/search-jira-work-items.md): Returns the Jira work items that match a JQL query, with the fields you ask for, one page at a time. - [Create a note (Attio)](https://growth-engineer-dlpp.vercel.app/tools/attio/create-note.md): Adds a note with a title and plaintext or markdown content to a person, company, deal or other record. - [Create a record (Attio)](https://growth-engineer-dlpp.vercel.app/tools/attio/create-record.md): Creates a person, company, deal or custom-object record, and fails if a unique attribute such as a domain or email address is already taken. - [List records (Attio)](https://growth-engineer-dlpp.vercel.app/tools/attio/list-records.md): Returns the records of one object, such as people, companies or deals, filtered and sorted by their attribute values. - [Update a record (Attio)](https://growth-engineer-dlpp.vercel.app/tools/attio/update-record.md): Updates the given attributes of one record by its record id, adding to multiselect values instead of replacing them. - [Upsert a record (Attio)](https://growth-engineer-dlpp.vercel.app/tools/attio/upsert-record.md): Updates the record whose matching attribute, such as a company's domain or a person's email, has the given value, or creates the record if none does. - [Create an audience (Brew)](https://growth-engineer-dlpp.vercel.app/tools/brew/create-audience.md): Saves a live contact segment from a name and a set of field filters and returns the audience. - [Create an audience from email events (Brew)](https://growth-engineer-dlpp.vercel.app/tools/brew/create-audience-from-events.md): Saves a frozen cohort of the contacts who opened, clicked or otherwise engaged in a time window or send, or with an exclude rule those who did not. - [Fire a trigger event (Brew)](https://growth-engineer-dlpp.vercel.app/tools/brew/fire-trigger-event.md): Validates an event payload, upserts the contact it describes and starts one run of every published automation listening to that trigger. - [Generate an email (Brew)](https://growth-engineer-dlpp.vercel.app/tools/brew/generate-email.md): Generates an on-brand email design from a plain-language prompt and returns its emailId, version id and HTML. - [Send an email (Brew)](https://growth-engineer-dlpp.vercel.app/tools/brew/send-email.md): Sends an email design as a campaign to a saved audience or an inline recipient list through a verified domain, or one test copy with test set to true. - [Create a booking (Cal.com)](https://growth-engineer-dlpp.vercel.app/tools/cal-com/create-booking.md): Books an attendee into a start time on an event type and returns the booking with its UID. - [Create a private booking link (Cal.com)](https://growth-engineer-dlpp.vercel.app/tools/cal-com/create-private-link.md): Returns a private booking URL for an event type that expires after a number of bookings or at a set time. - [Get available slots (Cal.com)](https://growth-engineer-dlpp.vercel.app/tools/cal-com/get-available-slots.md): Returns the open start times of an event type between two dates, grouped by day. - [List bookings (Cal.com)](https://growth-engineer-dlpp.vercel.app/tools/cal-com/list-bookings.md): Returns bookings filtered by status, attendee, event type and date range, one page at a time. - [Reschedule a booking (Cal.com)](https://growth-engineer-dlpp.vercel.app/tools/cal-com/reschedule-booking.md): Moves an accepted or pending booking to a new start time and returns the rescheduled booking. - [Book a meeting (Calendly)](https://growth-engineer-dlpp.vercel.app/tools/calendly/book-meeting.md): Books an invitee into an open time on an event type and returns the invitee with links to cancel or reschedule. - [Create a single-use scheduling link (Calendly)](https://growth-engineer-dlpp.vercel.app/tools/calendly/create-scheduling-link.md): Returns a single-use booking URL for one event type, good for one booked meeting. - [List available times (Calendly)](https://growth-engineer-dlpp.vercel.app/tools/calendly/list-available-times.md): Returns the open start times of one event type within a range of up to 31 days, each with its booking page URL. - [List event invitees (Calendly)](https://growth-engineer-dlpp.vercel.app/tools/calendly/list-event-invitees.md): Returns the invitees of one scheduled event with their emails, booking-question answers, UTM tracking and no-show status. - [List scheduled events (Calendly)](https://growth-engineer-dlpp.vercel.app/tools/calendly/list-scheduled-events.md): Returns the meetings scheduled with a user, group or organization, filtered by invitee email, status and start time. - [Autofill a brand template (Canva)](https://growth-engineer-dlpp.vercel.app/tools/canva/autofill-design.md): Starts a job that creates a design from a brand template, or updates a design in place, filling its text, image and chart fields with your data. - [Export a design (Canva)](https://growth-engineer-dlpp.vercel.app/tools/canva/export-design.md): Starts a job that exports a design as PDF, PNG, JPG, GIF, PPTX, MP4 or HTML and returns download links that expire. - [Generate a design (Canva)](https://growth-engineer-dlpp.vercel.app/tools/canva/generate-design.md): Generates design candidates from a natural-language brief and returns each candidate's id, preview link and thumbnails. - [Resize a design (Canva)](https://growth-engineer-dlpp.vercel.app/tools/canva/resize-design.md): Starts a job that creates a resized copy of a design at a preset design type or a custom width and height. - [Create a checkout for a new subscription (Chargebee)](https://growth-engineer-dlpp.vercel.app/tools/chargebee/create-checkout.md): Creates a Chargebee-hosted checkout page for the plan and add-on prices you pass and returns it with the URL to send the customer. - [Create a coupon (Chargebee)](https://growth-engineer-dlpp.vercel.app/tools/chargebee/create-coupon.md): Creates a percentage, fixed-amount or free-quantity coupon that applies to an invoice or to specific items, and returns the coupon. - [List customers (Chargebee)](https://growth-engineer-dlpp.vercel.app/tools/chargebee/list-customers.md): Returns customers on your Chargebee site, filtered by email, name or company, to find the billing record for a person or account. - [List invoices (Chargebee)](https://growth-engineer-dlpp.vercel.app/tools/chargebee/list-invoices.md): Returns invoices filtered by status, customer or subscription, with their amounts, dates and payment status. - [List subscriptions (Chargebee)](https://growth-engineer-dlpp.vercel.app/tools/chargebee/list-subscriptions.md): Returns the subscriptions that match every filter you pass, such as status, customer or plan price, with plan and billing details. - [Create an audience (Clay)](https://growth-engineer-dlpp.vercel.app/tools/clay/create-audience.md): Saves a segment of the workspace's own people or companies from a filter, with membership that updates as records change. - [Create a signal (Clay)](https://growth-engineer-dlpp.vercel.app/tools/clay/create-signal.md): Creates a signal that watches people or companies and records an event on a job change, promotion, new hire, job posting, funding news or topic intent. - [Run a routine (Clay)](https://growth-engineer-dlpp.vercel.app/tools/clay/run-routine.md): Runs a Clay-managed function such as Work Email or Company Domain, or a team's own function, on 1 to 100 records and returns a run id to poll for results. - [Search people and companies (Clay)](https://growth-engineer-dlpp.vercel.app/tools/clay/search-people-and-companies.md): Starts a search of Clay's database of people or companies from an advanced search query and returns a search id to page through the matches. - [Invite a user (Clerk)](https://growth-engineer-dlpp.vercel.app/tools/clerk/create-invitation.md): Creates an invitation for an email address and sends the invitation email with a link to sign up. - [Invite a waitlist entry (Clerk)](https://growth-engineer-dlpp.vercel.app/tools/clerk/invite-waitlist-entry.md): Sends an invitation to the email address on a waitlist entry so that person can sign up. - [List users (Clerk)](https://growth-engineer-dlpp.vercel.app/tools/clerk/list-users.md): Returns the application's users, newest first, filtered by email, name, organization or sign-up, sign-in and last-active dates. - [Comment on a task (ClickUp)](https://growth-engineer-dlpp.vercel.app/tools/clickup/comment-on-task.md): Adds a comment to a task, optionally assigned to someone, and returns the new comment's id. - [Create a task (ClickUp)](https://growth-engineer-dlpp.vercel.app/tools/clickup/create-task.md): Creates a task in a List with its name, description, assignees, status, priority, due date and custom fields, and returns the task. - [Filter tasks in a Workspace (ClickUp)](https://growth-engineer-dlpp.vercel.app/tools/clickup/filter-tasks.md): Returns the tasks across a Workspace that match filters such as Lists, statuses, assignees, tags and dates, 100 per page. - [Send a Chat message (ClickUp)](https://growth-engineer-dlpp.vercel.app/tools/clickup/send-chat-message.md): Posts a message to a ClickUp Chat channel, such as an alert for a team, and returns the message. - [Update a task (ClickUp)](https://growth-engineer-dlpp.vercel.app/tools/clickup/update-task.md): Changes the fields you send on a task, such as its name, description, status, priority, dates or assignees, and leaves the rest as they were. - [Create a contact (Close)](https://growth-engineer-dlpp.vercel.app/tools/close/create-contact.md): Adds a person, with name, title, emails, phones and URLs, to a lead and returns the new contact. - [Create a lead (Close)](https://growth-engineer-dlpp.vercel.app/tools/close/create-lead.md): Creates a lead (a company) and returns it with its ID; over the API its contacts, addresses and custom fields can be created in the same call. - [Create a note (Close)](https://growth-engineer-dlpp.vercel.app/tools/close/create-note.md): Logs a note activity on a lead, optionally tied to one of its contacts. - [Search leads and contacts (Close)](https://growth-engineer-dlpp.vercel.app/tools/close/search-leads.md): Returns the leads or contacts that match a query, such as contacts with CTO in their title or leads not contacted in the past week. - [Subscribe a contact to a sequence (Close)](https://growth-engineer-dlpp.vercel.app/tools/close/subscribe-to-sequence.md): Enrolls a contact in a sequence (workflow), whose timed email and call steps run until the contact replies. - [Enrich a company (Crustdata)](https://growth-engineer-dlpp.vercel.app/tools/crustdata/enrich-company.md): Returns a company's firmographics, headcount, funding, web traffic, employee reviews, key people and news, found by domain, name, profile URL or Crustdata ID. - [Enrich a person (Crustdata)](https://growth-engineer-dlpp.vercel.app/tools/crustdata/enrich-person.md): Returns employment history, education and skills for up to 25 people at once, found by their professional profile URLs. - [Get a person's emails and phone numbers (Crustdata)](https://growth-engineer-dlpp.vercel.app/tools/crustdata/enrich-person-contact.md): Returns business emails, personal emails and phone numbers for up to 25 people at once, found by professional profile URL or business email. - [Search companies (Crustdata)](https://growth-engineer-dlpp.vercel.app/tools/crustdata/search-companies.md): Searches Crustdata's company database with structured filters, a natural-language query or both, and returns ranked companies with a cursor for the next page. - [Search people (Crustdata)](https://growth-engineer-dlpp.vercel.app/tools/crustdata/search-people.md): Searches Crustdata's person database by title, company, seniority, location, industry, education and more, and returns matching profiles with a cursor for the next page. - [Create a one-time send (Customer.io)](https://growth-engineer-dlpp.vercel.app/tools/customer-io/create-one-time-send.md): Creates a one-time send (a newsletter) for a filter over segments and attributes or a CSV of recipients, as a draft, scheduled, or sent right away. - [Search for people (Customer.io)](https://growth-engineer-dlpp.vercel.app/tools/customer-io/search-people.md): Returns up to 1,000 people in a workspace who match a filter on segment membership and attribute values. - [Send a transactional email (Customer.io)](https://growth-engineer-dlpp.vercel.app/tools/customer-io/send-transactional-email.md): Sends one transactional email to a person, from a template filled with your message data or from a subject, body and sender you pass, creating the person if needed. - [Trigger a broadcast (Customer.io)](https://growth-engineer-dlpp.vercel.app/tools/customer-io/trigger-broadcast.md): Sends an API-triggered broadcast now or at a scheduled time, to its saved audience or to the people, emails or filter you pass, with data for its Liquid placeholders. - [Create a file request (Dropbox)](https://growth-engineer-dlpp.vercel.app/tools/dropbox/create-file-request.md): Creates a file request for a destination folder and returns the URL others use to upload files into it. - [Create a shared link (Dropbox)](https://growth-engineer-dlpp.vercel.app/tools/dropbox/create-shared-link.md): Creates a shared link to a file or folder, with optional settings for audience, access, downloads, password and expiry. - [Save a file from a URL (Dropbox)](https://growth-engineer-dlpp.vercel.app/tools/dropbox/save-url.md): Downloads the file at a URL into a path in the user's Dropbox, as a job that must finish within 15 minutes. - [Search files (Dropbox)](https://growth-engineer-dlpp.vercel.app/tools/dropbox/search-files.md): Returns files and folders that match a query, optionally limited to a folder, file extensions, file categories or file names only. - [Answer a question from the web (Exa)](https://growth-engineer-dlpp.vercel.app/tools/exa/answer-question.md): Searches the web for a question and returns a direct answer or a summary with citations, or JSON that matches an output schema. - [Monitor the web for new results (Exa)](https://growth-engineer-dlpp.vercel.app/tools/exa/create-monitor.md): Creates a monitor that reruns an Exa search on a schedule and sends only new, deduplicated results to your webhook. - [Read web pages (Exa)](https://growth-engineer-dlpp.vercel.app/tools/exa/get-page-contents.md): Returns clean text, the most relevant highlights or a summary for one or more known URLs, from Exa's cache or a fresh crawl. - [Run a list-building and research agent (Exa)](https://growth-engineer-dlpp.vercel.app/tools/exa/run-agent.md): Starts an Exa Agent run that searches and reads the web to build lists, enrich records you pass in or research a question, and returns cited findings with optional schema-validated JSON. - [Search the web (Exa)](https://growth-engineer-dlpp.vercel.app/tools/exa/search-web.md): Returns web pages that match a natural-language query, up to 100 per call, with their text, highlights or summaries, and can focus on company pages, people profiles or news. - [Create or edit a design (Figma)](https://growth-engineer-dlpp.vercel.app/tools/figma/edit-design.md): Creates, edits, deletes or inspects frames, components, text, images, variables and styles in a Figma Design, FigJam or Slides file. - [Export images (Figma)](https://growth-engineer-dlpp.vercel.app/tools/figma/export-images.md): Renders frames or layers from a file as PNG, JPG, SVG or PDF and returns temporary URLs to download them. - [Upload images (Figma)](https://growth-engineer-dlpp.vercel.app/tools/figma/upload-images.md): Places PNG, JPG, GIF or WebP images of up to 10 MB into a Figma file, as a fill on a given layer or in new frames. - [Crawl a website (Firecrawl)](https://growth-engineer-dlpp.vercel.app/tools/firecrawl/crawl-site.md): Follows links from a starting URL and returns the content of every page it reaches, within the limits you set. - [Map a website (Firecrawl)](https://growth-engineer-dlpp.vercel.app/tools/firecrawl/map-site.md): Returns the URLs found on a site, with titles and descriptions, without fetching each page's content. - [Run a research agent (Firecrawl)](https://growth-engineer-dlpp.vercel.app/tools/firecrawl/run-agent.md): Starts an agent that searches, navigates and reads the web to return the data a prompt describes, as JSON. - [Scrape a URL (Firecrawl)](https://growth-engineer-dlpp.vercel.app/tools/firecrawl/scrape-url.md): Returns one page as clean markdown, HTML, links or a screenshot, or as JSON fields extracted with a prompt or schema. - [Search the web (Firecrawl)](https://growth-engineer-dlpp.vercel.app/tools/firecrawl/search-web.md): Returns web search results with title, description and URL, and can scrape each result's content in the same call. - [Assign a conversation (Front)](https://growth-engineer-dlpp.vercel.app/tools/front/assign-conversation.md): Assigns a conversation to a teammate, or unassigns it. - [Draft a new message (Front)](https://growth-engineer-dlpp.vercel.app/tools/front/create-draft.md): Creates an unsent draft that starts a new conversation from a channel, for a teammate to review and send. - [Search conversations (Front)](https://growth-engineer-dlpp.vercel.app/tools/front/search-conversations.md): Returns the conversations that match search text and filters such as sender, contact, tag, inbox, assignee, status or date. - [Send a message (Front)](https://growth-engineer-dlpp.vercel.app/tools/front/send-message.md): Sends a message from a channel to its recipients right away; on the API this starts a new conversation. - [Tag a conversation (Front)](https://growth-engineer-dlpp.vercel.app/tools/front/tag-conversation.md): Adds one or more existing tags to a conversation. - [Browse buyer intent (G2)](https://growth-engineer-dlpp.vercel.app/tools/g2/browse-buyer-intent.md): Returns the companies researching your products on G2 and what they looked at, such as profiles, pricing or comparisons, across one or more of your products. - [Browse competitive intelligence (G2)](https://growth-engineer-dlpp.vercel.app/tools/g2/browse-competitive-intelligence.md): Returns which competitors the companies researching your product are evaluating on G2, with their comparison activity. - [Browse buyer intent for a product (G2)](https://growth-engineer-dlpp.vercel.app/tools/g2/browse-product-buyer-intent.md): Returns the companies researching one of your products or its competitors on G2, ranked by intent score, with their activity and signal types. - [List product reviews (G2)](https://growth-engineer-dlpp.vercel.app/tools/g2/list-product-reviews.md): Returns the G2 reviews of a product, filterable by reviewer company size, industry, region, role, star rating and date. - [Unlock companies showing intent (G2)](https://growth-engineer-dlpp.vercel.app/tools/g2/unlock-companies.md): Spends G2 Activate credits to reveal up to 25 masked companies that are showing intent for your product, and returns them. - [Create an issue (GitHub)](https://growth-engineer-dlpp.vercel.app/tools/github/create-issue.md): Opens a new issue in a repository with a title, body, labels and assignees. - [List stargazers (GitHub)](https://growth-engineer-dlpp.vercel.app/tools/github/list-stargazers.md): Returns the users who starred a repository, optionally with when each star was created. - [Search code (GitHub)](https://growth-engineer-dlpp.vercel.app/tools/github/search-code.md): Returns files, and the repositories they live in, whose code matches a query such as an import of a package. - [Search repositories (GitHub)](https://growth-engineer-dlpp.vercel.app/tools/github/search-repositories.md): Returns repositories that match a query on name, topic, language, stars or owner. - [Search users (GitHub)](https://growth-engineer-dlpp.vercel.app/tools/github/search-users.md): Returns GitHub users who match a query such as a name, a location or a follower count. - [Ask about an account (Gong)](https://growth-engineer-dlpp.vercel.app/tools/gong/ask-about-account.md): Answers one plain-language question about a CRM account, such as its risks, objections or competitor mentions, from the calls and emails linked to it. - [Ask about a deal (Gong)](https://growth-engineer-dlpp.vercel.app/tools/gong/ask-about-deal.md): Answers one plain-language question about a CRM deal, such as what is blocking it or which next steps were agreed, from the calls and emails linked to it. - [Add prospects to an Engage flow (Gong)](https://growth-engineer-dlpp.vercel.app/tools/gong/assign-prospects-to-flow.md): Assigns up to 100 CRM contacts or leads to a Gong Engage flow, starting its email and call to-dos for them. - [Generate a brief (Gong)](https://growth-engineer-dlpp.vercel.app/tools/gong/generate-brief.md): Returns a structured brief on a CRM account, deal or contact, with its key themes, stakeholders, risks and next steps drawn from its calls and emails. - [Get call transcripts (Gong)](https://growth-engineer-dlpp.vercel.app/tools/gong/get-call-transcripts.md): Returns the transcripts of the calls recorded in a date range, or of chosen calls, as monologues with each speaker's ID, topic and timed sentences. - [Add records to a segment (HubSpot)](https://growth-engineer-dlpp.vercel.app/tools/hubspot/add-to-segment.md): Adds contacts or other records, by ID, to a static segment (list). - [Create a note (HubSpot)](https://growth-engineer-dlpp.vercel.app/tools/hubspot/create-note.md): Logs a note on the timeline of the contacts, companies or deals it is associated with. - [Search CRM records (HubSpot)](https://growth-engineer-dlpp.vercel.app/tools/hubspot/search-crm-records.md): Returns contacts, companies, deals or other CRM records that match property filters or a text query. - [Create or update contacts (HubSpot)](https://growth-engineer-dlpp.vercel.app/tools/hubspot/upsert-contacts.md): Creates contacts or updates the ones that already exist with new property values. - [Enrich a person and their company (Hunter)](https://growth-engineer-dlpp.vercel.app/tools/hunter/enrich-person-and-company.md): Returns the profile of the person behind an email address, with their name, location and employment, together with their company's profile, in one call. - [Find a person's email (Hunter)](https://growth-engineer-dlpp.vercel.app/tools/hunter/find-email.md): Returns the most likely work email for a person from their name and company domain or LinkedIn handle, with a confidence score, its verification status and the public sources. - [Search companies (Hunter)](https://growth-engineer-dlpp.vercel.app/tools/hunter/search-companies.md): Returns up to 100 companies that match a plain-language description or filters such as headquarters location, industry, headcount and company type, at no credit cost. - [Search a domain for emails (Hunter)](https://growth-engineer-dlpp.vercel.app/tools/hunter/search-domain.md): Returns the email addresses Hunter has found for a company domain, with each person's name, position, seniority, department and a confidence score. - [Verify an email address (Hunter)](https://growth-engineer-dlpp.vercel.app/tools/hunter/verify-email.md): Checks whether an email address is deliverable and returns its status (valid, invalid, accept_all, webmail, disposable or unknown), a score and the checks behind it. - [Add leads to a campaign (Instantly)](https://growth-engineer-dlpp.vercel.app/tools/instantly/add-leads-to-campaign.md): Adds up to 1,000 leads to one Instantly campaign or lead list, checking their emails against blocklists and existing leads. - [Import leads from SuperSearch (Instantly)](https://growth-engineer-dlpp.vercel.app/tools/instantly/import-supersearch-leads.md): Adds the people matching a SuperSearch query to an Instantly lead list, creating the list if needed, and enriches them with work emails or LinkedIn profiles as you ask. - [Reply to an email (Instantly)](https://growth-engineer-dlpp.vercel.app/tools/instantly/reply-to-email.md): Sends a reply to an email in an Instantly inbox from one of the workspace's connected sending accounts. - [Search people (Instantly)](https://growth-engineer-dlpp.vercel.app/tools/instantly/search-people.md): Returns people from Instantly's SuperSearch lead database who match filters such as job title, department, level, location, industry or employee count, without their email addresses. - [Verify an email address (Instantly)](https://growth-engineer-dlpp.vercel.app/tools/instantly/verify-email.md): Checks whether one email address is deliverable and returns verified, invalid or pending, whether its domain is catch-all, and the credits used. - [Create a contact (Intercom)](https://growth-engineer-dlpp.vercel.app/tools/intercom/create-contact.md): Creates a user or lead from an email, an external ID or a role, with optional name, phone, owner and custom attributes, and returns the contact. - [Search contacts (Intercom)](https://growth-engineer-dlpp.vercel.app/tools/intercom/search-contacts.md): Returns the users and leads whose attributes, such as email, email domain, name, phone or a custom attribute, match your filters. - [Search conversations (Intercom)](https://growth-engineer-dlpp.vercel.app/tools/intercom/search-conversations.md): Returns the conversations that match filters such as state, source type, author email, assignee or a word in the message body. - [Send a message (Intercom)](https://growth-engineer-dlpp.vercel.app/tools/intercom/send-message.md): Sends an email, in-app or WhatsApp message from a teammate to a user or lead and returns the created message. - [Track an event (Intercom)](https://growth-engineer-dlpp.vercel.app/tools/intercom/track-event.md): Records a named event with optional metadata against a user or lead, where teammates can filter on it and build segments from it. - [Create a campaign (Klaviyo)](https://growth-engineer-dlpp.vercel.app/tools/klaviyo/create-campaign.md): Creates a campaign for the lists and segments you include, with its messages and send strategy, and returns it. - [Create an event (Klaviyo)](https://growth-engineer-dlpp.vercel.app/tools/klaviyo/create-event.md): Records one event, such as a purchase, against a profile and creates or updates that profile. - [Send a campaign (Klaviyo)](https://growth-engineer-dlpp.vercel.app/tools/klaviyo/send-campaign.md): Starts an asynchronous job that sends a campaign to its configured audience. - [Subscribe profiles to marketing (Klaviyo)](https://growth-engineer-dlpp.vercel.app/tools/klaviyo/subscribe-profiles.md): Records marketing consent for up to 1,000 profiles on email, SMS, WhatsApp or push, optionally adding them to a list. - [Create or update a profile (Klaviyo)](https://growth-engineer-dlpp.vercel.app/tools/klaviyo/upsert-profile.md): Creates a profile or updates the one that matches, with contact details, location and custom properties. - [Add a lead to a campaign (lemlist)](https://growth-engineer-dlpp.vercel.app/tools/lemlist/add-lead-to-campaign.md): Creates a lead in a lemlist campaign from an email, name, company and custom variables, optionally finding or verifying their email first; it never updates an existing lead. - [Enrich a person (lemlist)](https://growth-engineer-dlpp.vercel.app/tools/lemlist/enrich-person.md): Starts a lookup that finds a person's verified email, phone number or LinkedIn profile, or verifies an email you have, and returns an id to fetch the result with. - [Search companies (lemlist)](https://growth-engineer-dlpp.vercel.app/tools/lemlist/search-companies.md): Returns companies from lemlist's database that match filters such as industry, company size or technologies used, with their location, employee count and technologies. - [Search people (lemlist)](https://growth-engineer-dlpp.vercel.app/tools/lemlist/search-people.md): Returns people from lemlist's B2B database who match filters such as country, job title or department, with their LinkedIn profile and current company but no email address. - [Send an email from the inbox (lemlist)](https://growth-engineer-dlpp.vercel.app/tools/lemlist/send-inbox-email.md): Sends one email to a lemlist contact or lead from a connected mailbox, as a new message or as a reply in their latest thread. - [Add a customer request to an issue (Linear)](https://growth-engineer-dlpp.vercel.app/tools/linear/add-customer-request.md): Attaches a customer's request, with its text and an optional source URL, to an issue, so the issue shows which customers asked for it. - [Create or update an issue (Linear)](https://growth-engineer-dlpp.vercel.app/tools/linear/create-issue.md): Creates an issue in a team with its title, description, assignee, labels and priority, or updates an existing issue when you pass its id. - [List issues (Linear)](https://growth-engineer-dlpp.vercel.app/tools/linear/list-issues.md): Returns the issues that match a filter on fields such as assignee, label, status, project or priority, one page at a time. - [Get meeting action items (Loom)](https://growth-engineer-dlpp.vercel.app/tools/loom/get-meeting-action-items.md): Returns the action items Loom's AI extracted from a recorded meeting. - [Get a video (Loom)](https://growth-engineer-dlpp.vercel.app/tools/loom/get-video.md): Returns a Loom video's metadata and, on request, its transcript, comments, AI brief, meeting action items or attached links. - [List my videos (Loom)](https://growth-engineer-dlpp.vercel.app/tools/loom/list-videos.md): Returns the videos the signed-in user owns, most recent first. - [Set a video's visibility (Loom)](https://growth-engineer-dlpp.vercel.app/tools/loom/set-video-visibility.md): Sets a Loom video's visibility to OWNER, WORKSPACE or PUBLIC. - [Upload a video (Loom)](https://growth-engineer-dlpp.vercel.app/tools/loom/upload-video.md): Starts uploading a new video to Loom, the first of two steps before it is published. - [Create an audience segment (Loops)](https://growth-engineer-dlpp.vercel.app/tools/loops/create-audience-segment.md): Saves a named segment of the contacts that match an audience filter, for targeting campaigns and filtering workflows. - [Create a campaign (Loops)](https://growth-engineer-dlpp.vercel.app/tools/loops/create-campaign.md): Creates a draft marketing campaign with an empty email message, optionally aimed at a mailing list, segment or filter and scheduled. - [Send an event (Loops)](https://growth-engineer-dlpp.vercel.app/tools/loops/send-event.md): Sends a named event for a contact, found by email address or user ID, to start the workflows it triggers, and creates the contact if it doesn't exist. - [Send a transactional email (Loops)](https://growth-engineer-dlpp.vercel.app/tools/loops/send-transactional-email.md): Sends a published transactional email to one recipient, filled with the data variables you pass. - [Create or update a contact (Loops)](https://growth-engineer-dlpp.vercel.app/tools/loops/upsert-contact.md): Updates the contact with a matching email address or user ID, or creates it, with properties and mailing list subscriptions. - [Enrich a company (Lusha)](https://growth-engineer-dlpp.vercel.app/tools/lusha/enrich-company.md): Returns a company's firmographics, such as size, revenue, industry, location and technologies, found by its domain or name. - [Enrich a person (Lusha)](https://growth-engineer-dlpp.vercel.app/tools/lusha/enrich-person.md): Returns a person's verified email and direct and mobile phone numbers, with their title and company, found by email, LinkedIn URL, or first name, last name and company. - [Get a company's buying signals (Lusha)](https://growth-engineer-dlpp.vercel.app/tools/lusha/get-company-signals.md): Returns recent signals for companies found by name or domain, such as headcount growth, hiring surges, website traffic changes and news like funding rounds or executive hires. - [Reveal emails and phone numbers (Lusha)](https://growth-engineer-dlpp.vercel.app/tools/lusha/reveal-contact-details.md): Reveals the emails and direct and mobile phone numbers of up to 50 contacts found by search, charging only for the fields you ask to reveal. - [Search for people (Lusha)](https://growth-engineer-dlpp.vercel.app/tools/lusha/search-people.md): Returns preview profiles of contacts who match job title, seniority, department, location and company filters, each listing which emails and phones can be revealed and at what credit cost. - [Add an event for a contact (Mailchimp)](https://growth-engineer-dlpp.vercel.app/tools/mailchimp/add-list-member-event.md): Records a named event, with optional properties and time, for one audience contact. - [Create a campaign (Mailchimp)](https://growth-engineer-dlpp.vercel.app/tools/mailchimp/create-campaign.md): Creates an unsent campaign for one audience, or a segment of it, with its subject line, sender and settings. - [Send a campaign (Mailchimp)](https://growth-engineer-dlpp.vercel.app/tools/mailchimp/send-campaign.md): Sends a campaign to its recipients right away; an RSS campaign sends on its schedule instead. - [Tag a contact (Mailchimp)](https://growth-engineer-dlpp.vercel.app/tools/mailchimp/tag-list-member.md): Adds or removes tags on one audience contact, creating any active tag that doesn't exist yet. - [Add or update a contact (Mailchimp)](https://growth-engineer-dlpp.vercel.app/tools/mailchimp/upsert-list-member.md): Adds a contact to an audience or updates the contact with that email address, with its subscription status and merge fields. - [Create a scenario (Make)](https://growth-engineer-dlpp.vercel.app/tools/make/create-scenario.md): Creates a Make scenario in a team from a blueprint of modules and a schedule, and returns the new scenario's details. - [Get a scenario run (Make)](https://growth-engineer-dlpp.vercel.app/tools/make/get-scenario-run.md): Returns one scenario run's status, such as running, success, warning or error, and its outputs or error once it ends. - [List scenarios (Make)](https://growth-engineer-dlpp.vercel.app/tools/make/list-scenarios.md): Returns the scenarios in a Make team or organization, filterable by name, folder and whether they are active. - [Run a scenario (Make)](https://growth-engineer-dlpp.vercel.app/tools/make/run-scenario.md): Runs an active Make scenario with the inputs you pass and returns the run's status, execution ID and, when the scenario defines them, its outputs. - [Query tables and metrics (Metabase)](https://growth-engineer-dlpp.vercel.app/tools/metabase/query-metrics.md): Runs a query against a table or saved metric through the semantic layer and returns the results. - [Run a SQL query (Metabase)](https://growth-engineer-dlpp.vercel.app/tools/metabase/run-sql-query.md): Runs a native SQL query against a connected database and returns the rows. - [Create a cohort (Mixpanel)](https://growth-engineer-dlpp.vercel.app/tools/mixpanel/create-cohort.md): Creates a saved cohort of users from a cohort definition. - [Query profiles (Mixpanel)](https://growth-engineer-dlpp.vercel.app/tools/mixpanel/query-profiles.md): Returns the user or group profiles that match a selector expression or belong to a cohort. - [Query a saved report (Mixpanel)](https://growth-engineer-dlpp.vercel.app/tools/mixpanel/query-saved-report.md): Returns the data behind a saved report, such as an Insights report, by its ID. - [Run a query (Mixpanel)](https://growth-engineer-dlpp.vercel.app/tools/mixpanel/run-query.md): Runs an ad-hoc insights, funnels, flows or retention query on the project's events and returns the results. - [Comment on an item (monday.com)](https://growth-engineer-dlpp.vercel.app/tools/monday/comment-on-item.md): Posts an update, monday.com's comment, on an item, or a reply to an existing update, with optional mentions. - [Create an item (monday.com)](https://growth-engineer-dlpp.vercel.app/tools/monday/create-item.md): Creates an item, a row on a board, with its name and column values, and returns the item's id and URL. - [List a board's items (monday.com)](https://growth-engineer-dlpp.vercel.app/tools/monday/list-board-items.md): Returns a board's items, filtered, searched or sorted, with their column values when asked, one page at a time. - [Notify a user (monday.com)](https://growth-engineer-dlpp.vercel.app/tools/monday/notify-user.md): Sends a user a monday.com bell notification that links to an item, a board or an update, with an email if their settings allow. - [Update an item (monday.com)](https://growth-engineer-dlpp.vercel.app/tools/monday/update-item.md): Sets one or more column values on an existing item in one call, such as its status, a date or an email. - [Create a workflow (n8n)](https://growth-engineer-dlpp.vercel.app/tools/n8n/create-workflow.md): Creates an n8n workflow from its nodes and connections and returns the new workflow with its ID. - [Find workflows (n8n)](https://growth-engineer-dlpp.vercel.app/tools/n8n/find-workflows.md): Returns the n8n workflows you have access to, filtered by name, tags or project, with each one's ID and whether it is active. - [Get a workflow run (n8n)](https://growth-engineer-dlpp.vercel.app/tools/n8n/get-workflow-run.md): Returns one n8n execution's status and start and stop times and, when asked, the data each node produced. - [Run a workflow (n8n)](https://growth-engineer-dlpp.vercel.app/tools/n8n/run-workflow.md): Starts one run of an n8n workflow, passing chat, form or webhook input to its trigger, and returns the execution ID without waiting for it to finish. - [Create a page (Notion)](https://growth-engineer-dlpp.vercel.app/tools/notion/create-page.md): Creates a page under a parent page, or a new row in a data source, with property values and content. - [Query a data source (Notion)](https://growth-engineer-dlpp.vercel.app/tools/notion/query-data-source.md): Returns the pages in a data source that match a filter, in the requested sort order. - [Read a page (Notion)](https://growth-engineer-dlpp.vercel.app/tools/notion/read-page.md): Returns a page's content as Notion-flavored markdown. - [Search the workspace (Notion)](https://growth-engineer-dlpp.vercel.app/tools/notion/search-workspace.md): Finds pages and data sources that match a query. - [Update a page (Notion)](https://growth-engineer-dlpp.vercel.app/tools/notion/update-page.md): Changes a page's property values, icon or cover. - [Create an image (OpenAI)](https://growth-engineer-dlpp.vercel.app/tools/openai/create-image.md): Generates images from a text prompt; GPT image models return them base64-encoded. - [Create a response (OpenAI)](https://growth-engineer-dlpp.vercel.app/tools/openai/create-response.md): Generates text, or JSON that follows a schema you pass, from a prompt, optionally using tools such as web search. - [Add prospects to a sequence (Outreach)](https://growth-engineer-dlpp.vercel.app/tools/outreach/add-prospects-to-sequence.md): Enrolls one or more prospects in an Outreach sequence, sending from the mailbox you choose, and returns the status of the batch. - [Ask a question about an account (Outreach)](https://growth-engineer-dlpp.vercel.app/tools/outreach/ask-account-question.md): Answers a plain-language question about one Outreach account from its records, call transcripts and related data, and saves the question and answer in Outreach. - [Create an account (Outreach)](https://growth-engineer-dlpp.vercel.app/tools/outreach/create-account.md): Creates an account, the company record that groups prospects in Outreach, from a name, domain and other company fields, and returns its id. - [Create a prospect (Outreach)](https://growth-engineer-dlpp.vercel.app/tools/outreach/create-prospect.md): Creates a prospect, the person record Outreach sequences and tasks act on, from a name, emails, title and company, and returns its id. - [Search prospects (Outreach)](https://growth-engineer-dlpp.vercel.app/tools/outreach/search-prospects.md): Returns Outreach prospects that match filters such as name, account, owner or stage, with their emails, title and engagement counts. - [Create a discount (Paddle)](https://growth-engineer-dlpp.vercel.app/tools/paddle/create-discount.md): Creates a flat, per-seat or percentage discount, with a code customers can redeem at checkout, and returns the discount. - [Create a transaction (Paddle)](https://growth-engineer-dlpp.vercel.app/tools/paddle/create-transaction.md): Creates a transaction for the catalog prices or one-off items you pass and returns it with a checkout URL for collecting payment. - [Get MRR metrics (Paddle)](https://growth-engineer-dlpp.vercel.app/tools/paddle/get-mrr-metrics.md): Returns daily monthly recurring revenue totals between two dates, counting new subscriptions, upgrades, downgrades and churn. - [List customers (Paddle)](https://growth-engineer-dlpp.vercel.app/tools/paddle/list-customers.md): Returns active customers, or only those whose email exactly matches one of the addresses you pass. - [List subscriptions (Paddle)](https://growth-engineer-dlpp.vercel.app/tools/paddle/list-subscriptions.md): Returns subscriptions filtered by status, customer or price, 50 per page by default and up to 200. - [Enrich a company (People Data Labs)](https://growth-engineer-dlpp.vercel.app/tools/people-data-labs/enrich-company.md): Returns one company's profile, with size, employee count, industry, founding year, location, funding stage and total raised, and social profiles, matched from its name, website, profile URL or ticker. - [Enrich a person (People Data Labs)](https://growth-engineer-dlpp.vercel.app/tools/people-data-labs/enrich-person.md): Returns one person's profile, with job title, employer, work history, education, skills and social profiles, plus work email and phone numbers on paid plans, matched from an email, phone, profile URL, or name and company. - [Identify the company behind an IP address (People Data Labs)](https://growth-engineer-dlpp.vercel.app/tools/people-data-labs/identify-ip-company.md): Returns the company associated with an IP address, with a confidence level, name, website, size and industry, and on request the IP's location and whether it is a VPN, proxy, mobile or hosting address. - [Search companies (People Data Labs)](https://growth-engineer-dlpp.vercel.app/tools/people-data-labs/search-companies.md): Returns up to 100 company records per call that match an Elasticsearch or SQL query over PDL's company fields, such as industry, size, location and funding. - [Search for people (People Data Labs)](https://growth-engineer-dlpp.vercel.app/tools/people-data-labs/search-people.md): Returns up to 100 person records per call that match an Elasticsearch or SQL query over PDL's person fields, such as job title, employer, location and skills. - [Ask a question (Perplexity)](https://growth-engineer-dlpp.vercel.app/tools/perplexity/ask-question.md): Answers a question from current web sources with inline citations, tuned for quick facts and short summaries. - [Run deep research (Perplexity)](https://growth-engineer-dlpp.vercel.app/tools/perplexity/deep-research.md): Researches a question across many web sources with extended reasoning and returns a thorough answer with citations. - [Get page snippets (Perplexity)](https://growth-engineer-dlpp.vercel.app/tools/perplexity/get-page-snippets.md): Returns only the passages of one or more web pages that are relevant to a query, as JSON. - [Search for people (Perplexity)](https://growth-engineer-dlpp.vercel.app/tools/perplexity/search-people.md): Returns web results about professionals who match a name, role, company or location, with titles, URLs and snippets naming their jobs and employers. - [Search the web (Perplexity)](https://growth-engineer-dlpp.vercel.app/tools/perplexity/search-web.md): Returns ranked web results for a query, each with its title, URL, snippet and dates, optionally limited to domains or a date range. - [Create a deal (Pipedrive)](https://growth-engineer-dlpp.vercel.app/tools/pipedrive/create-deal.md): Creates a deal with a title and, optionally, its pipeline stage, value, currency, person and organization, and returns the new deal. - [Create a lead (Pipedrive)](https://growth-engineer-dlpp.vercel.app/tools/pipedrive/create-lead.md): Adds a lead to the Leads Inbox, linked to an existing person, organization or both, and returns it. - [Create a note (Pipedrive)](https://growth-engineer-dlpp.vercel.app/tools/pipedrive/create-note.md): Attaches an HTML note to a lead, deal, person or organization. - [Create a person (Pipedrive)](https://growth-engineer-dlpp.vercel.app/tools/pipedrive/create-person.md): Creates a person (contact) with a name and, optionally, emails, phones, an organization and an owner, and returns the new person. - [Search for people (Pipedrive)](https://growth-engineer-dlpp.vercel.app/tools/pipedrive/search-persons.md): Returns the people (contacts) in Pipedrive whose name, email, phone, notes or custom fields match a search term, each with a relevance score. - [Create a cohort (PostHog)](https://growth-engineer-dlpp.vercel.app/tools/posthog/create-cohort.md): Creates a cohort of persons from property or behavioral filters, or a static cohort from a list of person IDs. - [Run a SQL query (PostHog)](https://growth-engineer-dlpp.vercel.app/tools/posthog/run-sql-query.md): Runs a SQL (HogQL) query over the project's events, persons and other data and returns the rows. - [Add a contact to a segment (Resend)](https://growth-engineer-dlpp.vercel.app/tools/resend/add-contact-to-segment.md): Adds an existing contact, found by ID or email address, to a segment that broadcasts can target. - [Create a broadcast (Resend)](https://growth-engineer-dlpp.vercel.app/tools/resend/create-broadcast.md): Creates a marketing email to every subscribed contact in one segment, saved as a draft or, with send set to true, sent or scheduled at once. - [Create a contact (Resend)](https://growth-engineer-dlpp.vercel.app/tools/resend/create-contact.md): Adds a contact with an email address and optional name, custom properties, segments and topic subscriptions, and returns its ID. - [Send an email (Resend)](https://growth-engineer-dlpp.vercel.app/tools/resend/send-email.md): Sends one email from a verified domain to up to 50 recipients, now or at a scheduled time, and returns its ID. - [Send an event (Resend)](https://growth-engineer-dlpp.vercel.app/tools/resend/send-event.md): Sends a named event for one contact, by contact ID or email address, and starts every automation that event triggers. - [Create a record (Salesforce)](https://growth-engineer-dlpp.vercel.app/tools/salesforce/create-record.md): Creates a record of any object, such as a Lead, Contact or Opportunity, and returns its new ID. - [Query records with SOQL (Salesforce)](https://growth-engineer-dlpp.vercel.app/tools/salesforce/query-records.md): Runs a SOQL query and returns the matching records with the fields it selects. - [Search records with SOSL (Salesforce)](https://growth-engineer-dlpp.vercel.app/tools/salesforce/search-records.md): Runs a SOSL text search across several objects at once and returns the matches grouped by object. - [Update a record (Salesforce)](https://growth-engineer-dlpp.vercel.app/tools/salesforce/update-record.md): Changes the fields you pass on one record, found by its ID, and leaves every other field as it is. - [Add a person to a cadence (Salesloft)](https://growth-engineer-dlpp.vercel.app/tools/salesloft/add-person-to-cadence.md): Adds one person to a Salesloft cadence and returns the cadence membership, whose state shows whether the cadence has started for them. - [Search accounts (Salesloft)](https://growth-engineer-dlpp.vercel.app/tools/salesloft/search-accounts.md): Returns Salesloft accounts, the companies a team sells to, that match filters such as domain, name, owner, industry, tag or open opportunity. - [Search conversations (Salesloft)](https://growth-engineer-dlpp.vercel.app/tools/salesloft/search-conversations.md): Returns recorded calls and meetings in Salesloft, filtered by account, person, owner, platform, duration or date, each with its title, duration, account and person. - [Search people (Salesloft)](https://growth-engineer-dlpp.vercel.app/tools/salesloft/search-people.md): Returns Salesloft people, the contacts and leads a team works, that match filters such as email address, name, company, title, account or cadence. - [Create or update a person (Salesloft)](https://growth-engineer-dlpp.vercel.app/tools/salesloft/upsert-person.md): Creates a Salesloft person, or updates the one matched by id, CRM id or email address, and says which it did. - [Associate a user with a group (Segment)](https://growth-engineer-dlpp.vercel.app/tools/segment/associate-user-with-group.md): Ties an identified user to a group, such as a company or account, and records the group's traits like industry and employee count. - [Identify a user (Segment)](https://growth-engineer-dlpp.vercel.app/tools/segment/identify-user.md): Records a user's traits, such as email, name and plan, against their user ID and routes them to the source's destinations. - [Send a batch of calls (Segment)](https://growth-engineer-dlpp.vercel.app/tools/segment/send-batch.md): Sends up to 2,500 identify, group, track, page and screen calls to a source in one request. - [Track an event (Segment)](https://growth-engineer-dlpp.vercel.app/tools/segment/track-event.md): Records one action a user took, such as Signed Up, with its properties and routes it to the source's destinations. - [Create a segment (SendGrid)](https://growth-engineer-dlpp.vercel.app/tools/sendgrid/create-segment.md): Creates a segment of the contacts that match an SQL-style query, optionally within one list, that updates as contacts change. - [Create a Single Send (SendGrid)](https://growth-engineer-dlpp.vercel.app/tools/sendgrid/create-single-send.md): Creates an unscheduled draft marketing email for lists, segments or all contacts, with its content, sender and unsubscribe settings. - [Schedule a Single Send (SendGrid)](https://growth-engineer-dlpp.vercel.app/tools/sendgrid/schedule-single-send.md): Sends a Single Send right away when send_at is now, or schedules it for a future ISO 8601 time. - [Send an email (SendGrid)](https://growth-engineer-dlpp.vercel.app/tools/sendgrid/send-email.md): Sends an email from a verified sender, with up to 1,000 personalizations that each set their own recipients. - [Add or update contacts (SendGrid)](https://growth-engineer-dlpp.vercel.app/tools/sendgrid/upsert-contacts.md): Queues up to 30,000 contacts, or 6 MB, to be created or updated in Marketing Campaigns and returns a job ID. - [Find a user by email (Slack)](https://growth-engineer-dlpp.vercel.app/tools/slack/find-user-by-email.md): Returns the workspace member registered with an email address, so a message can mention or reach them. - [Post a message (Slack)](https://growth-engineer-dlpp.vercel.app/tools/slack/post-message.md): Posts a message to a channel, DM or thread and returns the channel ID and the message timestamp. - [Schedule a message (Slack)](https://growth-engineer-dlpp.vercel.app/tools/slack/schedule-message.md): Schedules a message to post to a channel at a future Unix time and returns its scheduled message ID. - [Search messages (Slack)](https://growth-engineer-dlpp.vercel.app/tools/slack/search-messages.md): Searches messages and files in public channels, narrowed by channel, person and date. - [Create a coupon (Stripe)](https://growth-engineer-dlpp.vercel.app/tools/stripe/create-coupon.md): Creates a percent-off or amount-off discount and returns the coupon to apply to invoices and subscriptions. - [Create a payment link (Stripe)](https://growth-engineer-dlpp.vercel.app/tools/stripe/create-payment-link.md): Creates a Stripe-hosted checkout link for the prices you pass and returns it with its shareable URL. - [List customers (Stripe)](https://growth-engineer-dlpp.vercel.app/tools/stripe/list-customers.md): Returns customers newest first; pass an email to get only the customers with exactly that address. - [List invoices (Stripe)](https://growth-engineer-dlpp.vercel.app/tools/stripe/list-invoices.md): Returns invoices newest first, filtered by customer, subscription or status such as paid or open. - [List subscriptions (Stripe)](https://growth-engineer-dlpp.vercel.app/tools/stripe/list-subscriptions.md): Returns subscriptions filtered by status, customer or price; with no status it returns every subscription that is not canceled. - [Add a comment to a card (Trello)](https://growth-engineer-dlpp.vercel.app/tools/trello/add-card-comment.md): Adds a comment with the text you pass to a card and returns the comment action. - [Create a card (Trello)](https://growth-engineer-dlpp.vercel.app/tools/trello/create-card.md): Creates a card in a list, with an optional description, due date, members and labels, and returns the card. - [Search Trello (Trello)](https://growth-engineer-dlpp.vercel.app/tools/trello/search.md): Finds the boards, cards, members and organizations that match a query. - [Update a card (Trello)](https://growth-engineer-dlpp.vercel.app/tools/trello/update-card.md): Changes a card's fields, such as its list, due date, members or archived state, and returns the updated card. - [Check a verification code (Twilio)](https://growth-engineer-dlpp.vercel.app/tools/twilio/check-verification-code.md): Checks the code a user entered against their pending verification and returns its status, approved when the code is right. - [Look up a phone number (Twilio)](https://growth-engineer-dlpp.vercel.app/tools/twilio/look-up-phone-number.md): Validates a phone number and returns it in E.164 and national formats, plus line type, caller name or other data you request. - [Make a phone call (Twilio)](https://growth-engineer-dlpp.vercel.app/tools/twilio/make-call.md): Places an outbound call from a Twilio number to a phone number, SIP address or client and runs the TwiML you give it when the call connects. - [Send a message (Twilio)](https://growth-engineer-dlpp.vercel.app/tools/twilio/send-message.md): Sends an SMS, MMS or WhatsApp message from a Twilio sender to one recipient and returns the new Message resource. - [Send a verification code (Twilio)](https://growth-engineer-dlpp.vercel.app/tools/twilio/send-verification-code.md): Starts verifying a phone number or email address by sending a one-time code over SMS, WhatsApp, a voice call or email. - [Aggregate responses (Typeform)](https://growth-engineer-dlpp.vercel.app/tools/typeform/aggregate-responses.md): Returns counts, averages, sums or NPS for one field of a form's responses or for all of them. - [Create a form (Typeform)](https://growth-engineer-dlpp.vercel.app/tools/typeform/create-form.md): Creates a typeform in a workspace, an empty draft over MCP or a complete form with fields and logic over the API. - [Send responses to a webhook (Typeform)](https://growth-engineer-dlpp.vercel.app/tools/typeform/create-webhook.md): Creates or updates a named webhook that posts each new response to a form to your URL. - [Retrieve responses (Typeform)](https://growth-engineer-dlpp.vercel.app/tools/typeform/retrieve-responses.md): Returns a form's responses with their answers and landing and submission times, filtered by date, response type or a search phrase. - [Create CMS items (Webflow)](https://growth-engineer-dlpp.vercel.app/tools/webflow/create-cms-items.md): Creates up to 100 items in a CMS collection, as drafts unless queued for the next site publish, and returns them with their IDs. - [List form submissions (Webflow)](https://growth-engineer-dlpp.vercel.app/tools/webflow/list-form-submissions.md): Returns the submissions of one form on a site, up to 100 per page. - [Publish CMS items (Webflow)](https://growth-engineer-dlpp.vercel.app/tools/webflow/publish-cms-items.md): Publishes one or more items in a CMS collection, making them live on the site. - [Publish a site (Webflow)](https://growth-engineer-dlpp.vercel.app/tools/webflow/publish-site.md): Publishes a site's latest changes, or one page, to its Webflow subdomain or chosen custom domains. - [Update CMS items (Webflow)](https://growth-engineer-dlpp.vercel.app/tools/webflow/update-cms-items.md): Updates the fields of one or more items in a CMS collection, holding changes to published items in draft until they are published. - [Find actions in an app (Zapier)](https://growth-engineer-dlpp.vercel.app/tools/zapier/find-actions.md): Returns the actions Zapier can run in an app, such as sending a message or finding a record, so the right one can be enabled and run. - [Run a search action in an app (Zapier)](https://growth-engineer-dlpp.vercel.app/tools/zapier/run-search-action.md): Runs one read or search action in an app connected to Zapier, such as finding an email or looking up a contact, and returns what it finds. - [Run a write action in an app (Zapier)](https://growth-engineer-dlpp.vercel.app/tools/zapier/run-write-action.md): Runs one write action in an app connected to Zapier, such as sending a message, creating a task or updating a record, and returns the result. - [Create or update an organization (Zendesk)](https://growth-engineer-dlpp.vercel.app/tools/zendesk/create-or-update-organization.md): Creates an organization, or updates the one that matches its ID or external ID, and returns it. - [Create or update a user (Zendesk)](https://growth-engineer-dlpp.vercel.app/tools/zendesk/create-or-update-user.md): Creates a user, an end user unless you set a role, or updates the one that matches the email or external ID, and returns the full user. - [Create a ticket (Zendesk)](https://growth-engineer-dlpp.vercel.app/tools/zendesk/create-ticket.md): Creates a support ticket from a first comment, with an optional subject, requester, priority, tags and custom fields, and returns the ticket. - [Search tickets, users and organizations (Zendesk)](https://growth-engineer-dlpp.vercel.app/tools/zendesk/search.md): Returns the tickets, users, organizations or groups that match a query in Zendesk's search syntax. - [Update a ticket (Zendesk)](https://growth-engineer-dlpp.vercel.app/tools/zendesk/update-ticket.md): Changes a ticket's status, priority, assignee, tags or fields, and can add a public reply or an internal note. - [Add a webinar registrant (Zoom)](https://growth-engineer-dlpp.vercel.app/tools/zoom/add-webinar-registrant.md): Registers a person for a webinar and returns their registrant ID and personal join URL. - [Create a meeting (Zoom)](https://growth-engineer-dlpp.vercel.app/tools/zoom/create-meeting.md): Schedules a meeting for a user and returns its ID, the join URL to share and the host's start URL. - [Create a webinar (Zoom)](https://growth-engineer-dlpp.vercel.app/tools/zoom/create-webinar.md): Schedules a webinar for a webinar host and returns its ID, join URL and, when registration is on, its registration URL. - [List webinar absentees (Zoom)](https://growth-engineer-dlpp.vercel.app/tools/zoom/list-webinar-absentees.md): Returns the registrants of a past webinar who did not attend, with their names and emails. - [List webinar participants (Zoom)](https://growth-engineer-dlpp.vercel.app/tools/zoom/list-webinar-participants.md): Returns the people who attended a past webinar, with name, email, join and leave times and seconds attended. - [Enrich a company (ZoomInfo)](https://growth-engineer-dlpp.vercel.app/tools/zoominfo/enrich-company.md): Returns firmographics such as industry, revenue, employee count and growth, funding, parent company and competitors for up to 25 companies, matched by ZoomInfo company ID, name, website or ticker. - [Enrich a person (ZoomInfo)](https://growth-engineer-dlpp.vercel.app/tools/zoominfo/enrich-person.md): Returns email, phone numbers, job title, management level and employer for up to 25 people per call, matched by ZoomInfo person ID, email, phone, profile URL, or name and company. - [Search companies (ZoomInfo)](https://growth-engineer-dlpp.vercel.app/tools/zoominfo/search-companies.md): Returns companies that match industry, location, employee count, revenue, funding and other firmographic filters, with name, website, location, revenue and employee count. - [Find companies showing buyer intent (ZoomInfo)](https://growth-engineer-dlpp.vercel.app/tools/zoominfo/search-intent.md): Returns intent signals for up to 50 topics, each naming a company researching the topic with its signal score, audience strength and date, plus recommended contacts there. - [Search for people (ZoomInfo)](https://growth-engineer-dlpp.vercel.app/tools/zoominfo/search-people.md): Returns contacts who match job title, management level, department, company and location filters, with their title and accuracy score but not their emails or phone numbers. ## Workflows - [Spot and recover at-risk customer accounts](https://growth-engineer-dlpp.vercel.app/workflows/at-risk-customer-rescue.md): Detect meaningful usage drops, assemble the account story, and trigger a human check-in before renewal risk grows. By @thedogwiththedataonit, 5 tools. - [Reconnect when a product champion changes jobs](https://growth-engineer-dlpp.vercel.app/workflows/champion-job-change-loop.md): Track past champions, identify their new company, and reopen the relationship with the context you already earned. By @thedogwiththedataonit, 6 tools. - [Follow up when accounts research a competitor](https://growth-engineer-dlpp.vercel.app/workflows/competitor-intent.md): Combine what a competitor just shipped with which of your accounts are looking, then draft a focused comparison. By @thedogwiththedataonit, 4 tools. - [Turn content downloads into useful conversations](https://growth-engineer-dlpp.vercel.app/workflows/content-download-nurture.md): Personalise the follow-up around what someone read instead of dropping every lead into the same sequence. By @thedogwiththedataonit, 4 tools. - [Reach new executives in their first 90 days](https://growth-engineer-dlpp.vercel.app/workflows/executive-job-change.md): Track leadership changes and open a thoughtful conversation while new priorities and budgets are being set. By @thedogwiththedataonit, 5 tools. - [Guide active free users toward their first paid moment](https://growth-engineer-dlpp.vercel.app/workflows/free-to-paid-activation.md): Combine behavioural milestones with timely education so promising users find the value before momentum fades. By @thedogwiththedataonit, 5 tools. - [Turn fresh funding news into qualified outbound](https://growth-engineer-dlpp.vercel.app/workflows/funding-signal-outbound.md): Find recently funded teams, enrich the right buyers, and send a relevant message while the signal is still fresh. By @thedogwiththedataonit, 5 tools. - [Flag high-intent website visitors to sales](https://growth-engineer-dlpp.vercel.app/workflows/high-intent-visitors.md): Identify promising accounts on your site, enrich them, and tell the right owner with useful context. By @thedogwiththedataonit, 3 tools. - [Surface product-qualified expansion opportunities](https://growth-engineer-dlpp.vercel.app/workflows/product-qualified-expansion.md): Watch account usage, flag teams approaching meaningful limits, and give sales a clear reason to engage. By @thedogwiththedataonit, 3 tools. - [Win a second open with a subject-line resend](https://growth-engineer-dlpp.vercel.app/workflows/resend-to-unopened.md): Resend a campaign to the people who never opened it, with a subject line they have not seen. By @thedogwiththedataonit, 3 tools. - [Create a webinar follow-up that reflects attendance](https://growth-engineer-dlpp.vercel.app/workflows/webinar-follow-up.md): Send different next steps to attendees, no-shows and highly engaged viewers without manual list work. By @thedogwiththedataonit, 5 tools. ## Companies - [6sense](https://growth-engineer-dlpp.vercel.app/companies/6sense.md): The ABM platform powered by revenue intelligence, with buying signals, predictive buying stages and B2B people and company data. - [Airtable](https://growth-engineer-dlpp.vercel.app/companies/airtable.md): Build AI workflows, apps and agents on your team's shared data. - [Amplitude](https://growth-engineer-dlpp.vercel.app/companies/amplitude.md): Behavioral analytics across the funnel. - [Anthropic](https://growth-engineer-dlpp.vercel.app/companies/anthropic.md): Claude: models and agent tooling for drafting, reasoning and classification. - [Apify](https://growth-engineer-dlpp.vercel.app/companies/apify.md): Cloud platform and store of ready-made scrapers, called Actors, that turn websites into data. - [Apollo](https://growth-engineer-dlpp.vercel.app/companies/apollo.md): Contact data, work emails and outbound sequences in one place. - [Asana](https://growth-engineer-dlpp.vercel.app/companies/asana.md): Work management for tasks, projects and portfolios. - [Atlassian](https://growth-engineer-dlpp.vercel.app/companies/atlassian.md): Jira and Confluence, for tracking work and keeping team knowledge on one connected platform. - [Attio](https://growth-engineer-dlpp.vercel.app/companies/attio.md): The CRM for revenue teams, with records, lists, notes and tasks an agent can read and write. - [Brew](https://growth-engineer-dlpp.vercel.app/companies/brew.md): AI-native email platform that designs on-brand emails from a prompt, builds the audience and sends them. - [Cal.com](https://growth-engineer-dlpp.vercel.app/companies/cal-com.md): Open-source scheduling software, with booking pages for people and a scheduling API for apps. - [Calendly](https://growth-engineer-dlpp.vercel.app/companies/calendly.md): Meeting scheduling software for booking links, open times and booked meetings. - [Canva](https://growth-engineer-dlpp.vercel.app/companies/canva.md): Online visual suite for designing presentations, social posts, videos and other marketing assets. - [Chargebee](https://growth-engineer-dlpp.vercel.app/companies/chargebee.md): Subscription billing and revenue management, from hosted checkout to invoices and revenue data. - [Clay](https://growth-engineer-dlpp.vercel.app/companies/clay.md): Go-to-market data platform for finding, enriching and watching people and companies. - [Clerk](https://growth-engineer-dlpp.vercel.app/companies/clerk.md): User management for developers, with prebuilt sign-up and sign-in, organizations, SSO and billing. - [ClickUp](https://growth-engineer-dlpp.vercel.app/companies/clickup.md): The everything app for work, with tasks, docs, goals and chat in one workspace. - [Close](https://growth-engineer-dlpp.vercel.app/companies/close.md): The CRM with a built-in AI teammate that calls leads, qualifies prospects, books meetings and keeps the CRM up to date. - [Crustdata](https://growth-engineer-dlpp.vercel.app/companies/crustdata.md): Real-time company and people data for AI agents, from search to enrichment and contact details. - [Customer.io](https://growth-engineer-dlpp.vercel.app/companies/customer-io.md): Messaging automation that sends email, push, SMS and in-app messages from customer data and behavior. - [Dropbox](https://growth-engineer-dlpp.vercel.app/companies/dropbox.md): Store, find, organize and share work files in one place. - [Exa](https://growth-engineer-dlpp.vercel.app/companies/exa.md): Web search for AI agents, with page contents, cited answers, monitors and a research agent. - [Figma](https://growth-engineer-dlpp.vercel.app/companies/figma.md): The collaborative canvas where teams design, prototype and build products. - [Firecrawl](https://growth-engineer-dlpp.vercel.app/companies/firecrawl.md): The web data API for AI agents — search the web, scrape any page and interact with it. - [Front](https://growth-engineer-dlpp.vercel.app/companies/front.md): Customer service platform that handles email, SMS, chat and other channels in one place. - [G2](https://growth-engineer-dlpp.vercel.app/companies/g2.md): The software review marketplace, with buyer intent data on the companies researching your product and its competitors. - [GitHub](https://growth-engineer-dlpp.vercel.app/companies/github.md): Code hosting, issues and pull requests, with search across public repositories and developers. - [Gong](https://growth-engineer-dlpp.vercel.app/companies/gong.md): Revenue AI that turns the calls and emails your team has with customers into account and deal insights. - [HubSpot](https://growth-engineer-dlpp.vercel.app/companies/hubspot.md): Marketing, sales and service software on one customer platform, built around a shared CRM. - [Hunter](https://growth-engineer-dlpp.vercel.app/companies/hunter.md): Find and verify professional email addresses, enrich people and companies, and run email outreach. - [Instantly](https://growth-engineer-dlpp.vercel.app/companies/instantly.md): Automated email outreach with a B2B lead database, deliverability tools and an AI-powered CRM. - [Intercom](https://growth-engineer-dlpp.vercel.app/companies/intercom.md): Customer service helpdesk with a built-in AI agent, Fin. - [Klaviyo](https://growth-engineer-dlpp.vercel.app/companies/klaviyo.md): Email and SMS marketing on a B2C CRM, with profiles, events, campaigns and flows. - [lemlist](https://growth-engineer-dlpp.vercel.app/companies/lemlist.md): Sales engagement platform to find leads, enrich contacts and run multichannel outreach campaigns. - [Linear](https://growth-engineer-dlpp.vercel.app/companies/linear.md): The system for product development, built for planning and building with AI agents. - [Loom](https://growth-engineer-dlpp.vercel.app/companies/loom.md): Screen and meeting recordings with transcripts, AI briefs and action items, shared as a link. - [Loops](https://growth-engineer-dlpp.vercel.app/companies/loops.md): Email platform for software companies, with campaigns, event-triggered workflows and transactional email. - [Lusha](https://growth-engineer-dlpp.vercel.app/companies/lusha.md): Verified B2B emails, phone numbers and buying signals for prospecting and enrichment. - [Mailchimp](https://growth-engineer-dlpp.vercel.app/companies/mailchimp.md): Email and SMS marketing platform, with audiences, campaigns and automation flows. - [Make](https://growth-engineer-dlpp.vercel.app/companies/make.md): Visual automation platform; run and build scenarios across 3,500+ apps from an agent. - [Metabase](https://growth-engineer-dlpp.vercel.app/companies/metabase.md): Open-source analytics: questions, dashboards and metrics on your own database. - [Mixpanel](https://growth-engineer-dlpp.vercel.app/companies/mixpanel.md): Product analytics, session replay, experiments and feature flags on your event data. - [monday.com](https://growth-engineer-dlpp.vercel.app/companies/monday.md): The AI work platform for people and agents, from projects to sales CRM and service. - [n8n](https://growth-engineer-dlpp.vercel.app/companies/n8n.md): Workflow automation with AI for technical teams, on n8n Cloud or self-hosted. - [Notion](https://growth-engineer-dlpp.vercel.app/companies/notion.md): Docs, wikis and databases in one AI workspace. - [OpenAI](https://growth-engineer-dlpp.vercel.app/companies/openai.md): GPT models for text, structured output, images and speech through one API. - [Outreach](https://growth-engineer-dlpp.vercel.app/companies/outreach.md): AI platform for revenue teams to work prospects and accounts, run sequences and forecast deals. - [Paddle](https://growth-engineer-dlpp.vercel.app/companies/paddle.md): Merchant of record for SaaS, apps and AI products; payments, tax and subscriptions in one integration. - [People Data Labs](https://growth-engineer-dlpp.vercel.app/companies/people-data-labs.md): Person and company data APIs for enrichment, search and IP-to-company lookups. - [Perplexity](https://growth-engineer-dlpp.vercel.app/companies/perplexity.md): Real-time web search, web-grounded answers and research for agents and apps. - [Pipedrive](https://growth-engineer-dlpp.vercel.app/companies/pipedrive.md): Sales CRM built around deals and pipelines. - [PostHog](https://growth-engineer-dlpp.vercel.app/companies/posthog.md): Product analytics, session replay, feature flags and experiments on one platform. - [Resend](https://growth-engineer-dlpp.vercel.app/companies/resend.md): Email API for developers, with broadcasts, contacts and event-triggered automations. - [Salesforce](https://growth-engineer-dlpp.vercel.app/companies/salesforce.md): CRM for accounts, contacts, leads and opportunities. - [Salesloft](https://growth-engineer-dlpp.vercel.app/companies/salesloft.md): Revenue platform where sales teams run cadences, record conversations and manage deals. - [Segment](https://growth-engineer-dlpp.vercel.app/companies/segment.md): Customer data platform that collects events once and sends them to hundreds of tools. - [SendGrid](https://growth-engineer-dlpp.vercel.app/companies/sendgrid.md): Twilio's email API and marketing campaigns, with contacts, lists, segments and Single Sends. - [Slack](https://growth-engineer-dlpp.vercel.app/companies/slack.md): Team messaging in channels and direct messages. - [Stripe](https://growth-engineer-dlpp.vercel.app/companies/stripe.md): Payments, billing and subscriptions for internet businesses. - [Trello](https://growth-engineer-dlpp.vercel.app/companies/trello.md): Boards, lists and cards for tracking work. - [Twilio](https://growth-engineer-dlpp.vercel.app/companies/twilio.md): APIs for SMS, RCS, voice and email, plus phone number lookup and identity verification. - [Typeform](https://growth-engineer-dlpp.vercel.app/companies/typeform.md): Forms, surveys and quizzes that capture leads and feedback and trigger automated follow-up. - [Webflow](https://growth-engineer-dlpp.vercel.app/companies/webflow.md): Design, build and host websites, with a CMS, forms and SEO settings built in. - [Zapier](https://growth-engineer-dlpp.vercel.app/companies/zapier.md): Run actions in 9,000+ apps through the connections saved in a Zapier account. - [Zendesk](https://growth-engineer-dlpp.vercel.app/companies/zendesk.md): AI-powered customer service platform, with an API for tickets, users and organizations. - [Zoom](https://growth-engineer-dlpp.vercel.app/companies/zoom.md): Video meetings and webinars, with chat and phone. - [ZoomInfo](https://growth-engineer-dlpp.vercel.app/companies/zoominfo.md): Go-to-market intelligence to find and enrich companies and contacts and spot buyer intent. ## Tags - [Authenticate users (capability:authenticate-users)](https://growth-engineer-dlpp.vercel.app/tags/capability/authenticate-users.md): 5 tools, 2 companies. - [Automate workflows (capability:automate-workflows)](https://growth-engineer-dlpp.vercel.app/tags/capability/automate-workflows.md): 11 tools, 3 companies. - [Book meetings (capability:book-meetings)](https://growth-engineer-dlpp.vercel.app/tags/capability/book-meetings.md): 10 tools, 2 companies. - [Build audiences (capability:build-audience)](https://growth-engineer-dlpp.vercel.app/tags/capability/build-audience.md): 38 tools, 3 workflows, 24 companies. - [Classify signals (capability:classify-signals)](https://growth-engineer-dlpp.vercel.app/tags/capability/classify-signals.md): 1 tool, 1 company. - [Collect payments (capability:collect-payments)](https://growth-engineer-dlpp.vercel.app/tags/capability/collect-payments.md): 6 tools, 3 companies. - [Collect form responses (capability:collect-responses)](https://growth-engineer-dlpp.vercel.app/tags/capability/collect-responses.md): 5 tools, 2 companies. - [Design assets (capability:design-assets)](https://growth-engineer-dlpp.vercel.app/tags/capability/design-assets.md): 8 tools, 3 companies. - [Enrich contacts (capability:enrich-contacts)](https://growth-engineer-dlpp.vercel.app/tags/capability/enrich-contacts.md): 10 tools, 4 workflows, 9 companies. - [Find work emails (capability:find-work-emails)](https://growth-engineer-dlpp.vercel.app/tags/capability/find-work-emails.md): 5 tools, 4 companies. - [Host meetings (capability:host-meetings)](https://growth-engineer-dlpp.vercel.app/tags/capability/host-meetings.md): 5 tools, 1 workflow, 1 company. - [Make phone calls (capability:make-calls)](https://growth-engineer-dlpp.vercel.app/tags/capability/make-calls.md): 1 tool, 1 company. - [Manage code (capability:manage-code)](https://growth-engineer-dlpp.vercel.app/tags/capability/manage-code.md): 1 tool, 1 company. - [Manage a CRM (capability:manage-crm)](https://growth-engineer-dlpp.vercel.app/tags/capability/manage-crm.md): 31 tools, 6 workflows, 9 companies. - [Manage docs (capability:manage-docs)](https://growth-engineer-dlpp.vercel.app/tags/capability/manage-docs.md): 7 tools, 1 workflow, 2 companies. - [Manage tables (capability:manage-tables)](https://growth-engineer-dlpp.vercel.app/tags/capability/manage-tables.md): 4 tools, 1 company. - [Manage tasks (capability:manage-tasks)](https://growth-engineer-dlpp.vercel.app/tags/capability/manage-tasks.md): 23 tools, 7 companies. - [Publish content (capability:publish-content)](https://growth-engineer-dlpp.vercel.app/tags/capability/publish-content.md): 4 tools, 1 company. - [Read reviews (capability:read-reviews)](https://growth-engineer-dlpp.vercel.app/tags/capability/read-reviews.md): 1 tool, 1 company. - [Research accounts (capability:research-accounts)](https://growth-engineer-dlpp.vercel.app/tags/capability/research-accounts.md): 24 tools, 17 companies. - [Review recordings (capability:review-recordings)](https://growth-engineer-dlpp.vercel.app/tags/capability/review-recordings.md): 4 tools, 3 companies. - [Route alerts (capability:route-alerts)](https://growth-engineer-dlpp.vercel.app/tags/capability/route-alerts.md): 6 tools, 3 workflows, 4 companies. - [Scrape the web (capability:scrape-web)](https://growth-engineer-dlpp.vercel.app/tags/capability/scrape-web.md): 8 tools, 1 workflow, 4 companies. - [Send email (capability:send-email)](https://growth-engineer-dlpp.vercel.app/tags/capability/send-email.md): 30 tools, 5 workflows, 16 companies. - [Send SMS (capability:send-sms)](https://growth-engineer-dlpp.vercel.app/tags/capability/send-sms.md): 1 tool, 1 company. - [Store files (capability:store-files)](https://growth-engineer-dlpp.vercel.app/tags/capability/store-files.md): 7 tools, 2 companies. - [Track intent (capability:track-intent)](https://growth-engineer-dlpp.vercel.app/tags/capability/track-intent.md): 9 tools, 1 workflow, 6 companies. - [Track product usage (capability:track-product-usage)](https://growth-engineer-dlpp.vercel.app/tags/capability/track-product-usage.md): 15 tools, 4 workflows, 8 companies. - [Track revenue (capability:track-revenue)](https://growth-engineer-dlpp.vercel.app/tags/capability/track-revenue.md): 9 tools, 2 workflows, 3 companies. - [Verify emails (capability:verify-emails)](https://growth-engineer-dlpp.vercel.app/tags/capability/verify-emails.md): 2 tools, 2 companies. - [Write copy (capability:write-copy)](https://growth-engineer-dlpp.vercel.app/tags/capability/write-copy.md): 3 tools, 9 workflows, 3 companies. - [AI model (category:ai-model)](https://growth-engineer-dlpp.vercel.app/tags/category/ai-model.md): 3 tools, 2 companies. - [Auth (category:auth)](https://growth-engineer-dlpp.vercel.app/tags/category/auth.md): 3 tools, 1 company. - [Automation (category:automation)](https://growth-engineer-dlpp.vercel.app/tags/category/automation.md): 11 tools, 3 companies. - [Customer data platform (category:cdp)](https://growth-engineer-dlpp.vercel.app/tags/category/cdp.md): 4 tools, 1 company. - [Website and CMS (category:cms)](https://growth-engineer-dlpp.vercel.app/tags/category/cms.md): 5 tools, 1 company. - [Code (category:code)](https://growth-engineer-dlpp.vercel.app/tags/category/code.md): 5 tools, 1 company. - [CRM (category:crm)](https://growth-engineer-dlpp.vercel.app/tags/category/crm.md): 23 tools, 5 companies. - [Data provider (category:data-provider)](https://growth-engineer-dlpp.vercel.app/tags/category/data-provider.md): 34 tools, 7 companies. - [Database (category:database)](https://growth-engineer-dlpp.vercel.app/tags/category/database.md): 4 tools, 1 company. - [Design (category:design)](https://growth-engineer-dlpp.vercel.app/tags/category/design.md): 7 tools, 2 companies. - [Docs (category:docs)](https://growth-engineer-dlpp.vercel.app/tags/category/docs.md): 5 tools, 1 company. - [Email platform (category:email)](https://growth-engineer-dlpp.vercel.app/tags/category/email.md): 34 tools, 7 companies. - [Forms (category:forms)](https://growth-engineer-dlpp.vercel.app/tags/category/forms.md): 4 tools, 1 company. - [Intent (category:intent)](https://growth-engineer-dlpp.vercel.app/tags/category/intent.md): 8 tools, 2 companies. - [Messaging (category:messaging)](https://growth-engineer-dlpp.vercel.app/tags/category/messaging.md): 9 tools, 2 companies. - [Payments (category:payments)](https://growth-engineer-dlpp.vercel.app/tags/category/payments.md): 15 tools, 3 companies. - [Product analytics (category:product-analytics)](https://growth-engineer-dlpp.vercel.app/tags/category/product-analytics.md): 12 tools, 4 companies. - [Project management (category:project-management)](https://growth-engineer-dlpp.vercel.app/tags/category/project-management.md): 25 tools, 6 companies. - [Revenue intelligence (category:revenue-intelligence)](https://growth-engineer-dlpp.vercel.app/tags/category/revenue-intelligence.md): 5 tools, 1 company. - [Sales engagement (category:sales-engagement)](https://growth-engineer-dlpp.vercel.app/tags/category/sales-engagement.md): 20 tools, 4 companies. - [Scheduling (category:scheduling)](https://growth-engineer-dlpp.vercel.app/tags/category/scheduling.md): 10 tools, 2 companies. - [Scraper (category:scraper)](https://growth-engineer-dlpp.vercel.app/tags/category/scraper.md): 9 tools, 2 companies. - [Storage (category:storage)](https://growth-engineer-dlpp.vercel.app/tags/category/storage.md): 4 tools, 1 company. - [Customer support (category:support)](https://growth-engineer-dlpp.vercel.app/tags/category/support.md): 15 tools, 3 companies. - [Video (category:video)](https://growth-engineer-dlpp.vercel.app/tags/category/video.md): 10 tools, 2 companies. - [Web search (category:web-search)](https://growth-engineer-dlpp.vercel.app/tags/category/web-search.md): 10 tools, 2 companies. - [Chat (channel:chat)](https://growth-engineer-dlpp.vercel.app/tags/channel/chat.md): 3 workflows. - [Email (channel:email)](https://growth-engineer-dlpp.vercel.app/tags/channel/email.md): 9 workflows. - [LinkedIn (channel:linkedin)](https://growth-engineer-dlpp.vercel.app/tags/channel/linkedin.md): 1 workflow. - [Website (channel:website)](https://growth-engineer-dlpp.vercel.app/tags/channel/website.md): 1 workflow. - [Has API (has:api)](https://growth-engineer-dlpp.vercel.app/tags/has/api.md): 261 tools, 9 workflows, 64 companies. - [Has CLI (has:cli)](https://growth-engineer-dlpp.vercel.app/tags/has/cli.md): 116 tools, 3 workflows, 34 companies. - [Has MCP (has:mcp)](https://growth-engineer-dlpp.vercel.app/tags/has/mcp.md): 197 tools, 5 workflows, 51 companies. - [Inbound (motion:inbound)](https://growth-engineer-dlpp.vercel.app/tags/motion/inbound.md): 2 workflows. - [Midbound (motion:midbound)](https://growth-engineer-dlpp.vercel.app/tags/motion/midbound.md): 3 workflows. - [Outbound (motion:outbound)](https://growth-engineer-dlpp.vercel.app/tags/motion/outbound.md): 4 workflows. - [Product-led (motion:plg)](https://growth-engineer-dlpp.vercel.app/tags/motion/plg.md): 2 workflows. ## Optional - [Every company, tool and workflow file in one document](https://growth-engineer-dlpp.vercel.app/llms-full.txt): the whole catalog, for one read. - [Sitemap](https://growth-engineer-dlpp.vercel.app/sitemap.xml): every page. - [Repository](https://github.com/GetBrew/growth-engineer): the files themselves, and how to contribute.