La Growth Machine integration (Marketing, Data). Imported from open-connector.
https://apiv2.lagrowthmachine.com/flow/members
/audiences
/audiences/create
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | Audience name to create. |
/audiences/{audienceId}/detail
| Param | Type | Required | Description |
|---|---|---|---|
| audienceId | string | required | La Growth Machine audience MongoDB ObjectId. |
/audiences/{audienceId}/leads
| Param | Type | Required | Description |
|---|---|---|---|
| audienceId | string | required | La Growth Machine audience MongoDB ObjectId. |
| skip | integer | optional | Number of records to skip before returning the page. |
| limit | integer | optional | Maximum number of records to return. |
/leads/search
| Param | Type | Required | Description |
|---|---|---|---|
| leadId | string | optional | La Growth Machine lead ID to search for. |
| firstname | string | optional | Lead first name to search for. |
| lastname | string | optional | Lead last name to search for. |
| companyName | string | optional | Lead company name to search for. |
| companyUrl | string | optional | Lead company URL to search for. |
| linkedinUrl | string | optional | Lead LinkedIn profile URL to search for. |
| linkedinId | string | optional | Lead LinkedIn ID to search for. |
| linkedinPublicId | string | optional | Lead public LinkedIn ID to search for. |
| string | optional | Lead email address to search for. | |
| location | string | optional | Lead location to search for. |
| industry | string | optional | Lead industry to search for. |
| crmId | string | optional | External CRM ID to search for. |
/leads
| Param | Type | Required | Description |
|---|---|---|---|
| audience | string | optional | Audience name where the lead should be created or updated. |
| leadId | string | optional | Existing La Growth Machine lead ID to update. |
| firstname | string | optional | Lead first name. |
| lastname | string | optional | Lead last name. |
| gender | string | optional | Lead gender. |
| bio | string | optional | Lead biography. |
| proEmail | string | optional | Lead professional email address. |
| persoEmail | string | optional | Lead personal email address. |
| companyName | string | optional | Lead company name. |
| companyUrl | string | optional | Lead company URL. |
| linkedinUrl | string | optional | Lead LinkedIn profile URL. |
| jobTitle | string | optional | Lead job title. |
| profilePicture | string | optional | Lead profile picture URL. |
| phone | string | optional | Lead phone number. |
| location | string | optional | Lead location. |
| industry | string | optional | Lead industry. |
| crm_id | string | optional | External CRM ID for the lead. |
| relationsCount | number | optional | Lead relationship count. |
| string | optional | Lead Twitter or X profile. | |
| customAttribute1 | string | optional | Custom lead attribute 1. |
| customAttribute2 | string | optional | Custom lead attribute 2. |
| customAttribute3 | string | optional | Custom lead attribute 3. |
| customAttribute4 | string | optional | Custom lead attribute 4. |
| customAttribute5 | string | optional | Custom lead attribute 5. |
| customAttribute6 | string | optional | Custom lead attribute 6. |
| customAttribute7 | string | optional | Custom lead attribute 7. |
| customAttribute8 | string | optional | Custom lead attribute 8. |
| customAttribute9 | string | optional | Custom lead attribute 9. |
| customAttribute10 | string | optional | Custom lead attribute 10. |
| excludeContactedLeads | boolean | optional | Whether La Growth Machine should skip leads that were already contacted. |
| enrichData | object | optional | Caller-provided enrichment data for the lead. |
| enrichStatus | string | optional | Caller-provided enrichment status. |