canonical: https://jentic.com/apis/lagrowthmachine.com/lagrowthmachine

# La Growth Machine API

La Growth Machine automates multichannel sales outreach across LinkedIn and email. Its API lists campaigns and their statistics, manages audiences and leads, enriches lead data, searches conversations, and reads inbox activity so an application can run and monitor outreach sequences programmatically. Requests and responses are JSON, letting an agent add leads, review campaign results, and track replies without the web interface.

## For AI agents

List campaigns and stats, manage audiences and leads, enrich contacts, and search multichannel conversations for sales outreach.

## Scope

Manages outreach campaigns, audiences, and leads only; it does not send individual ad hoc messages outside a sequence, and does not configure the connected LinkedIn or email accounts.

## Capabilities

- List campaigns and read their statistics
- Create and manage audiences of leads
- Add, search, and update leads
- Enrich leads with additional contact data
- Search and read multichannel conversations
- Manage inbox webhooks and messages

## Use cases

### Run and monitor outreach campaigns

Sales teams launch multichannel sequences and need to see how they perform. The La Growth Machine API lists campaigns and returns per-campaign and per-lead statistics, so an application can report reply and conversion rates without exporting data by hand. Campaign settings can also be updated through the API.

Example prompt: List active campaigns and return the statistics for a chosen campaign.

### Manage audiences and leads

Outreach starts with the right people in the right list. The La Growth Machine API creates audiences, adds and searches leads, updates their status, and removes them from an audience, letting an application keep prospect lists current. Leads can be added individually or matched through search.

Example prompt: Add a new lead to a named audience and confirm it was created.

### Enrich leads and track conversations

Personalized outreach depends on complete contact data and visibility into replies. The La Growth Machine API enriches leads with additional details and searches multichannel conversations and their messages, so an application can fill gaps in a profile and follow up on responses. Enrichment runs asynchronously and returns a request to poll.

Example prompt: Request enrichment for a lead and retrieve the enriched contact details.

### Agent-driven prospecting

An AI sales assistant can add prospects and check outreach results for a user without a developer wiring each call. Through Jentic the agent matches an intent such as 'add this lead to my LinkedIn campaign' to the right La Growth Machine operation and runs it. The API key stays in the user's Jentic One instance and never reaches the agent's prompt.

Example prompt: Add a requested lead to the correct audience and report the campaign it will enter.

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| GET | `/flow/campaigns` | List outreach campaigns in the workspace. |
| GET | `/flow/campaigns/{campaignId}/stats` | Retrieve statistics for a campaign. |
| GET | `/flow/audiences` | List audiences. |
| POST | `/flow/leads` | Add a lead to an audience. |
| GET | `/flow/leads/search` | Search leads across the workspace. |
| GET | `/flow/conversations/search` | Search multichannel conversations. |

## Key resources

- **Campaigns** — List campaigns, read statistics, and update settings.
- **Audiences** — Create audiences and manage the leads within them.
- **Leads** — Add, search, enrich, and update leads.
- **Conversations** — Search multichannel conversations and read messages.

## Why Jentic

- **Setup:** Wiring La Growth Machine yourself means managing an API key query parameter, mapping leads to the right audiences and campaigns, and polling asynchronous enrichment requests. With Jentic you install once, import La Growth Machine from the API Directory, and store the key a single time.
- **Permission scoping:** Jentic lets you grant your agent only the operations it needs, such as reading campaign statistics and searching leads without creating leads or changing their status, and enforces that on every call.
- **Credential handling:** Your La Growth Machine API key is stored once, encrypted, by your own Jentic One instance. It is injected when a call runs and never enters the agent's prompt, logs, or context.
- **Discovery method:** Agents find La Growth Machine through Jentic's intent search, matching a request like 'add this prospect to my campaign' to the right operation without hardcoded endpoints.

## Related APIs

- **Apollo** — Sales intelligence and engagement platform with a contact database.
- **Salesloft** — Sales engagement platform for cadences and multichannel outreach.
- **HubSpot CRM Contacts** — Manage CRM contact records and properties.

## FAQ

### What can an AI agent do with the La Growth Machine API through Jentic?

An agent can list campaigns and their statistics, manage audiences and leads, enrich contacts, and search conversations. Through Jentic the agent matches an intent to the right operation and runs it with your API key injected at execution time.

### How do I authenticate with the La Growth Machine API?

La Growth Machine authenticates every request with an API key passed as the `apikey` query parameter. You store the key once in your Jentic One instance, and it is added to each call at run time rather than exposed to the agent.

### Can the API enrich a lead with contact details?

Yes. The API accepts an enrichment request for a lead and runs it asynchronously, returning a request you poll for the enriched details. Enrichment consumes credits, so check your remaining balance through the credits endpoint before running large batches.

### Does the La Growth Machine API document rate limits?

The OpenAPI specification does not state rate limits; request allowances depend on your La Growth Machine plan and credit balance. Check the current limits for your account in the La Growth Machine dashboard and documentation at https://help.lagrowthmachine.com.

### Can I restrict what my agent is allowed to do with the La Growth Machine API?

Yes. Jentic lets you allow only the operations your agent needs, for example reading campaign statistics and searching leads while withholding lead creation and status changes. Your Jentic One instance enforces that boundary on every call and keeps the API key outside the agent's context.
