> For the complete documentation index, see [llms.txt](https://docs.airops.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airops.com/actions/playbooks/tools/b2b-enrichment.md).

# B2B Enrichment

B2B Enrichment Tools help Playbooks gather company, brand, contact, and review context. Use them when a Playbook needs account research, brand assets, email discovery, or product review evidence.

## Tools

### Brandfetch

Retrieve brand assets and information, including logos, colors, fonts, social links, and company details.

Use **Brandfetch** when a Playbook needs brand identity context from a company domain. It can help populate competitor tables, design briefs, partner profiles, and account research.

### G2

Access G2 product reviews, ratings, and Q\&A data for connected products.

Use **G2** when a Playbook needs customer review evidence. The Tool can list products available to the connected account, then fetch reviews for a selected product with optional date filters.

Connect **G2** in **Settings → MCP Connectors** before you enable it in a Playbook. The standard flow uses the AirOps OAuth app. After you connect G2, open the Playbook editor, open the **Tools** panel, and turn on **G2** so the Playbook can use G2 review data during content creation runs.

<details>

<summary>Use your own G2 OAuth app</summary>

If your team uses its own scoped OAuth app, complete the advanced setup before you continue the G2 OAuth flow in AirOps.

1. In My.G2, open your G2 OAuth app and find the client ID and secret ID.
2. In AirOps, paste both values into **Advanced OAuth client settings**.
3. Click **Save**, then copy the AirOps callback URL: `https://app.airops.com/api/mcp_connectors/oauth/callback`.
4. Return to the G2 OAuth app in My.G2 and add the callback URL to the redirect URIs.
5. Return to AirOps and continue the OAuth flow.

</details>

### Hunter.io

Find and verify email addresses. For access details, [Talk to Sales](https://www.airops.com/book-a-call).

Use **Hunter.io** when a Playbook needs contact discovery or email verification. It can search for emails by domain or company, find a person's email address, and verify deliverability for a known email.

## How to Configure

1. Connect the required data source. For **G2**, open **Settings → MCP Connectors** and complete the G2 OAuth flow.
2. Open the Playbook editor.
3. Open the **Tools** panel or type `/` in the Section where enrichment data should be gathered.
4. Select or turn on the B2B Enrichment Tool.
5. Provide the domain, company, product, person, or review filters the Playbook should use.

## Parameters

| Tool           | Required context                               | Optional guidance                                                     |
| -------------- | ---------------------------------------------- | --------------------------------------------------------------------- |
| **Brandfetch** | Company domain                                 | Add requested asset types, brand fields, or fallback rules            |
| **G2**         | Connected G2 account and product               | Add date range, review filters, rating criteria, or themes to extract |
| **Hunter.io**  | Domain, company, person name, or email address | Add verification requirements, role filters, or confidence thresholds |

## Examples

```markdown
Use **Brandfetch** to retrieve brand colors, logos, and social links for each competitor domain before building the comparison table.
```

```markdown
Use **G2** to pull recent reviews for the selected product and group feedback by feature request, objection, and proof point.
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.airops.com/actions/playbooks/tools/b2b-enrichment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
