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 manage and retrieve data related to identities, leads, campaigns, audiences, inboxes, members, and website visitors. Specifically, for the 'Identity' resource with the 'List Identities' operation, it retrieves a list of all identities associated with the user's La Growth Machine account. This is useful for scenarios where users need to access or manage their identities programmatically, such as syncing identity data with other systems or automating identity-related workflows.
Use Case Examples
- Retrieve all identities to display in a CRM system.
- Automate the process of syncing identity data for marketing campaigns.
Properties
| Name | Meaning |
|---|---|
| Query Parameters | Filters and pagination options to refine the list of identities retrieved. |
Output
JSON
json- Array of identity objects returned from the La Growth Machine API, containing details about each identity.
Dependencies
- La Growth Machine API key credential required for authentication.
Troubleshooting
- Missing or invalid API key will cause authentication errors; ensure the API key is correctly set in credentials.
- Providing invalid or unsupported query parameters may result in API errors or empty responses; verify parameter values before execution.
- If the API returns an error, the node throws a NodeApiError with the message and stack trace for debugging.
Links
- La Growth Machine API Documentation - Identities - Official API documentation for managing and retrieving identities.