← Tools Reference

La Growth Machine

La Growth Machine integration (Marketing, Data). Imported from open-connector.

API key7 toolshttps://apiv2.lagrowthmachine.com/flow
GET
la_growth_machine_list_members
List members in the authenticated La Growth Machine account.

/members

GET
la_growth_machine_list_audiences
List audiences in the authenticated La Growth Machine account.

/audiences

POST
la_growth_machine_create_audience
Create an empty La Growth Machine audience.

/audiences/create

1 parameter
ParamTypeRequiredDescription
namestringoptionalAudience name to create.
GET
la_growth_machine_get_audience_detail
Get detailed information about one La Growth Machine audience.

/audiences/{audienceId}/detail

1 parameter
ParamTypeRequiredDescription
audienceIdstringrequiredLa Growth Machine audience MongoDB ObjectId.
GET
la_growth_machine_get_audience_leads
List leads belonging to a La Growth Machine audience.

/audiences/{audienceId}/leads

3 parameters
ParamTypeRequiredDescription
audienceIdstringrequiredLa Growth Machine audience MongoDB ObjectId.
skipintegeroptionalNumber of records to skip before returning the page.
limitintegeroptionalMaximum number of records to return.
GET
la_growth_machine_search_leads
Search La Growth Machine leads by one or more documented criteria.

/leads/search

12 parameters
ParamTypeRequiredDescription
leadIdstringoptionalLa Growth Machine lead ID to search for.
firstnamestringoptionalLead first name to search for.
lastnamestringoptionalLead last name to search for.
companyNamestringoptionalLead company name to search for.
companyUrlstringoptionalLead company URL to search for.
linkedinUrlstringoptionalLead LinkedIn profile URL to search for.
linkedinIdstringoptionalLead LinkedIn ID to search for.
linkedinPublicIdstringoptionalLead public LinkedIn ID to search for.
emailstringoptionalLead email address to search for.
locationstringoptionalLead location to search for.
industrystringoptionalLead industry to search for.
crmIdstringoptionalExternal CRM ID to search for.
POST
la_growth_machine_create_or_update_lead
Create a La Growth Machine lead or update it when it already exists.

/leads

32 parameters
ParamTypeRequiredDescription
audiencestringoptionalAudience name where the lead should be created or updated.
leadIdstringoptionalExisting La Growth Machine lead ID to update.
firstnamestringoptionalLead first name.
lastnamestringoptionalLead last name.
genderstringoptionalLead gender.
biostringoptionalLead biography.
proEmailstringoptionalLead professional email address.
persoEmailstringoptionalLead personal email address.
companyNamestringoptionalLead company name.
companyUrlstringoptionalLead company URL.
linkedinUrlstringoptionalLead LinkedIn profile URL.
jobTitlestringoptionalLead job title.
profilePicturestringoptionalLead profile picture URL.
phonestringoptionalLead phone number.
locationstringoptionalLead location.
industrystringoptionalLead industry.
crm_idstringoptionalExternal CRM ID for the lead.
relationsCountnumberoptionalLead relationship count.
twitterstringoptionalLead Twitter or X profile.
customAttribute1stringoptionalCustom lead attribute 1.
customAttribute2stringoptionalCustom lead attribute 2.
customAttribute3stringoptionalCustom lead attribute 3.
customAttribute4stringoptionalCustom lead attribute 4.
customAttribute5stringoptionalCustom lead attribute 5.
customAttribute6stringoptionalCustom lead attribute 6.
customAttribute7stringoptionalCustom lead attribute 7.
customAttribute8stringoptionalCustom lead attribute 8.
customAttribute9stringoptionalCustom lead attribute 9.
customAttribute10stringoptionalCustom lead attribute 10.
excludeContactedLeadsbooleanoptionalWhether La Growth Machine should skip leads that were already contacted.
enrichDataobjectoptionalCaller-provided enrichment data for the lead.
enrichStatusstringoptionalCaller-provided enrichment status.