Actions42
- Ads Actions
- Campaigns Actions
- Creatives Actions
- Audiences Actions
- Pixels Actions
- Webhooks Actions
- Reports Actions
Overview
The node "N8N Tools Snapchat" enables interaction with the Snapchat Ads API, specifically supporting multiple resources such as Ads, Campaigns, Creatives, Audiences, Pixels, Webhooks, and Reports. For the Audiences resource with the Get Audiences operation, this node fetches a list of audiences associated with a specified Snapchat Ad Account.
This is useful for marketers and advertisers who want to automate retrieval of audience data from their Snapchat ad accounts within workflows, enabling integration with other systems or further processing of audience information.
Practical example:
- Automatically retrieve all audiences from a Snapchat Ad Account to sync with a CRM system or marketing database.
- Use audience data to trigger downstream automation based on audience characteristics or changes.
Properties
| Name | Meaning |
|---|---|
| Ad Account ID | Snapchat Ad Account ID (string). This is required to specify which ad account's audiences to retrieve. |
Output
The output is an array of JSON objects representing the audiences retrieved from the Snapchat API for the given Ad Account ID. Each item corresponds to one audience entity with its details as returned by the Snapchat API.
The exact structure depends on the Snapchat API response but typically includes audience identifiers, names, types, sizes, and other metadata relevant to each audience.
No binary data output is involved in this operation.
Dependencies
- Requires an active subscription and valid API key for the external "N8N Tools API" service used for validation before making Snapchat API calls.
- Requires OAuth2 credentials configured for accessing the Snapchat Ads API.
- The node uses the base URL
https://adsapi.snapchat.comfor Snapchat API requests. - Proper configuration of credentials and API keys in n8n is necessary for successful execution.
Troubleshooting
Invalid subscription or API key error:
If the node throws an error indicating invalid subscription or API key, verify that the API key credential for the external validation service is correct and active.Authentication errors with Snapchat API:
Ensure that the OAuth2 credentials for Snapchat are correctly set up and have the necessary permissions.Missing or incorrect Ad Account ID:
The Ad Account ID property is required. Make sure it is provided and correctly formatted.Unknown operation error:
This should not occur if the operation is set to "Get Audiences" under the Audiences resource. If it does, check that the node parameters are correctly configured.