Actions20
- Audience Actions
- Campaign Actions
- Identity Actions
- Inbox Actions
- Lead Actions
- Member Actions
- Website Visitor Actions
Overview
This node integrates with the La Growth Machine API to create an audience from a LinkedIn URL. It allows users to import leads into their La Growth Machine audiences by providing a LinkedIn regular search URL, a Sales Navigator search URL, or a LinkedIn post URL. This is useful for marketing and sales automation workflows where users want to build targeted lead lists based on LinkedIn data.
Use Case Examples
- Import leads from a LinkedIn Sales Navigator search URL to create a targeted audience for a marketing campaign.
- Use a LinkedIn post URL to gather leads who interacted with the post and add them to a sales outreach audience.
Properties
| Name | Meaning |
|---|---|
| Query Parameters | Parameters to filter or specify the leads to import, such as company name, email, first name, last name, LinkedIn URL, lead ID, pagination controls (limit, skip), and others. |
| Request Body | JSON formatted request body for the API call, allowing additional data to be sent with the request. |
Output
JSON
json- The JSON response from the La Growth Machine API containing the created audience or list of leads.
Dependencies
- La Growth Machine API key credential required for authentication.
Troubleshooting
- Missing or invalid API key will cause authentication errors; ensure the API key credential is correctly configured.
- Required parameters such as Campaign ID or Webhook ID must be provided for certain operations; missing these will throw errors.
- Invalid JSON in the Request Body will cause parsing errors; ensure the JSON is well-formed.
- API endpoint URLs are constructed dynamically; incorrect resource or operation names may cause unknown resource errors.
Links
- La Growth Machine API Documentation - Official API documentation for La Growth Machine, detailing endpoints and usage.