Save time and focus on closing deals. Automate manual sales rep routines and streamline outreach with multi-channel campaigns.
Save time and focus on closing deals. Automate manual sales rep routines and streamline outreach with multi-channel campaigns. On Nagent, La Growth Machine is exposed as a fully-configurable marketing automation integration that any agent can call — 13 actions, and API key authentication. No code is required to wire La Growth Machine into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use La Growth Machine to automate the kinds of tasks marketing automation teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire La Growth Machine into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against La Growth Machine, with input parameters and output schema. Drop these into any step of an agent built in Helix.
LAGROWTHMACHINE_ADD_RB2B_VISITOR_TO_AUDIENCETool to add RB2B website visitor to a LaGrowthMachine audience via native webhook. Use when you need to push identified website visitors from RB2B into a specific audience for outreach campaigns.
Input parameters
City location of the visitor
Comma-separated tags associated with the visitor
State or province of the visitor
Job title of the visitor
Company website URL
Postal/ZIP code of the visitor
Timestamp when the visitor was seen (ISO 8601 format)
Industry of the company
Referrer URL where the visitor came from
Last name of the visitor
First name of the visitor
URL that was captured/visited by the visitor
Company name of the visitor
LinkedIn profile URL of the visitor
Name of the audience to add the visitor to. Can contain spaces and special characters.
Business email address of the visitor
Number of employees in the company
Estimated revenue of the company
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LAGROWTHMACHINE_CREATE_AUDIENCE_FROM_LINKEDIN_URLTool to import leads into La Growth Machine audiences from LinkedIn URLs. Accepts LinkedIn Regular search URLs, Sales Navigator search URLs, or LinkedIn post URLs. Requires specifying the identity to impersonate and the audience name to populate.
Input parameters
Name of your existing audience or new audience to populate with leads
When true, automatically imports new leads matching the search criteria
ID of your identity to impersonate for the search query. You must have LinkedIn connected and widget open
URL from LinkedIn Regular search, Sales Navigator search, or LinkedIn post URL
For LinkedIn post URLs, specify engagement type to filter leads by (like or comment)
When true, excludes leads who have already been contacted
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LAGROWTHMACHINE_CREATE_INBOX_WEBHOOKTool to create an inbox webhook for real-time notifications. Use when you need to receive notifications about LinkedIn and Email messages sent or received by leads in La Growth Machine campaigns.
Input parameters
Webhook URL to receive notifications. Must be publicly accessible and respond to POST requests with 200 OK status.
Unique identifier name for the webhook. Use descriptive names to identify webhooks easily.
Array of campaign IDs to filter notifications. Use \['all'\] to receive notifications from all campaigns, or specify specific campaign IDs to limit notifications.
Internal description to help identify the webhook's purpose or usage context.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LAGROWTHMACHINE_CREATE_OR_UPDATE_LEADTool to create or update a lead in LaGrowthMachine. Requires audience plus at least one identifier: proEmail, persoEmail, linkedinUrl, twitter, or firstname+lastname with companyUrl/companyName. Use leadId to update an existing lead.
Input parameters
Lead's phone number.
Gender options for lead
Lead ID to update an existing lead. If not provided, a new lead will be created.
Lead's Twitter handle or URL. Can be used as a unique identifier.
Audience name. This field is required for all lead operations.
Lead's industry or business sector.
Lead's job title or position.
Lead's last name. Required when using firstname+lastname as identifier.
Lead's location or address.
Lead's professional email address. Can be used as a unique identifier.
Lead's first name. Required when using firstname+lastname as identifier.
Lead's company URL. Required when using firstname+lastname as identifier (either companyName or companyUrl must be provided).
Lead's personal email address. Can be used as a unique identifier.
Lead's company name. Required when using firstname+lastname as identifier (either companyName or companyUrl must be provided).
Lead's LinkedIn profile URL. Can be used as a unique identifier.
Custom attribute 1 for additional lead information.
Custom attribute 2 for additional lead information.
Custom attribute 3 for additional lead information.
Custom attribute 4 for additional lead information.
Custom attribute 5 for additional lead information.
Custom attribute 6 for additional lead information.
Custom attribute 7 for additional lead information.
Custom attribute 8 for additional lead information.
Custom attribute 9 for additional lead information.
Custom attribute 10 for additional lead information.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LAGROWTHMACHINE_DELETE_INBOX_WEBHOOKTool to delete an existing inbox webhook by its ID. Use when you need to stop receiving inbox events at the webhook URL.
Input parameters
Unique identifier of the inbox webhook to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LAGROWTHMACHINE_GET_CAMPAIGNSTool to retrieve all campaigns from LaGrowthMachine with pagination support. Use when you need to list campaigns, with optional skip and limit parameters for pagination (max 25 per page).
Input parameters
Number of campaigns to skip for pagination. Use 0 for the first page, then increment by limit for subsequent pages.
Maximum number of campaigns to return per request (1-25). Default and maximum is 25.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LAGROWTHMACHINE_LIST_AUDIENCESTool to list all audiences in your LaGrowthMachine account. Use when you need to retrieve audience details including ID, name, description, size, type, and source URL.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LAGROWTHMACHINE_LIST_IDENTITIESTool to list all connected identities in your LaGrowthMachine account. Use when you need to retrieve identity IDs for sending LinkedIn or Email messages through other APIs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LAGROWTHMACHINE_LIST_INBOX_WEBHOOKSTool to list all inbox webhooks currently configured in your workspace. Use when you need to retrieve webhook IDs, names, and target URLs for webhook management or audit purposes.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LAGROWTHMACHINE_LIST_MEMBERSTool to list all members (users) associated with your workspace. Use when you need to retrieve member information, especially memberId which is required for action-based endpoints like sending LinkedIn or Email messages.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LAGROWTHMACHINE_REGISTER_VECTOR_VISITOR_WEBHOOKTool to register Vector website visitors to a La Growth Machine audience. Use when receiving visitor events from Vector integration to automatically add identified contacts to the specified audience.
Input parameters
Event type identifier from Vector webhook.
Contact information for the website visitor.
Segment information for the visitor.
ISO 8601 timestamp when the event occurred.
Name of the audience to add the visitor to. This is used in the URL path and will be URL-encoded automatically.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LAGROWTHMACHINE_REMOVE_LEAD_FROM_AUDIENCESTool to remove a lead from one or more specified audiences in La Growth Machine. Use when you need to unsubscribe or remove a lead from audience lists.
Input parameters
Lead's CRM ID. At least one identifier field is required (or firstname+lastname with companyName/companyUrl)
Lead's Twitter handle. At least one identifier field is required (or firstname+lastname with companyName/companyUrl)
Array of audience names to remove the lead from, or the string 'all' to remove from all audiences
Lead's last name. Must be combined with firstname and either companyName or companyUrl
Lead's professional email address. At least one identifier field is required (or firstname+lastname with companyName/companyUrl)
Lead's first name. Must be combined with lastname and either companyName or companyUrl
Lead's company website URL. Can be used with firstname+lastname to identify the lead
Lead's personal email address. At least one identifier field is required (or firstname+lastname with companyName/companyUrl)
Lead's company name. Can be used with firstname+lastname to identify the lead
Lead's LinkedIn profile URL. At least one identifier field is required (or firstname+lastname with companyName/companyUrl)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LAGROWTHMACHINE_SEARCH_LEADTool to search for a lead using various criteria. Use when you need to find a lead by email, LinkedIn URL, lead ID, or name combination. At least one of these must be provided: email, linkedinUrl, leadId, or firstname+lastname+(companyName or companyUrl).
Input parameters
Email address to search for. Searches in both professional (proEmail) and personal (persoEmail) fields.
Unique lead identifier in La Growth Machine. Can be used as a standalone identifier.
Lead's last name. When used, must be combined with firstname and either companyName or companyUrl.
Lead's first name. When used, must be combined with lastname and either companyName or companyUrl.
Company website URL. Can be used with firstname+lastname for precise matching.
Company name associated with the lead. Can be used with firstname+lastname for precise matching.
LinkedIn profile URL of the lead. Can be used as a standalone identifier.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 73 agents privately built on Nagent that already use La Growth Machine.
Build on Nagent
Connect La Growth Machine to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find La Growth Machine, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, La Growth Machine is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once La Growth Machine is connected, you configure its 13 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop La Growth Machine steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a La Growth Machine event fires, the agent kicks off automatically.
Every La Growth Machine action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While La Growth Machine ships with 13 pre-built marketing automation actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching La Growth Machine together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build La Growth Machine-based workflows tailored to your business.