Actions33
- Campaign Actions
- Contact Actions
- Field Actions
- Opt-In Actions
- Opt-in-Case Actions
- Sign in Form Actions
- Storage-Field Actions
- Tag Actions
Overview
This node integrates with the 4leads platform, allowing users to manage various resources such as campaigns, contacts, tags, opt-ins, and more. Specifically, for the Tag - Create operation, it enables creating a new tag within the 4leads system by specifying its name. This is useful in scenarios where you want to categorize or label contacts or other entities dynamically during your workflow.
Practical examples include:
- Automatically creating tags based on user input or external triggers.
- Organizing contacts by tagging them with campaign-specific labels.
- Managing marketing segmentation by dynamically adding new tags.
Properties
Name | Meaning |
---|---|
Name | Specifies the name of the tag to be created. This is a required string input where you provide the exact tag name you want to add to the 4leads system. |
Output
The node outputs an array of JSON objects representing the result of the create tag operation. Each object typically contains details about the newly created tag, such as its identifier and name, confirming successful creation.
If the node supports binary data output (not indicated here), it would represent any associated files or media related to the tag, but this operation primarily deals with JSON data.
Dependencies
- Requires an active connection to the 4leads API via an API key credential configured in n8n.
- The node depends on internal handlers that communicate with the 4leads service endpoints.
- No additional external services are needed beyond the 4leads API.
Troubleshooting
Common issues:
- Missing or invalid API credentials will cause authentication failures.
- Providing an empty or duplicate tag name might result in errors from the 4leads API.
- Network connectivity problems can prevent communication with the 4leads service.
Error messages:
- Authentication errors indicate issues with the provided API key; verify and update credentials.
- Validation errors usually mean required fields like the tag name are missing or invalid; ensure all required inputs are correctly set.
- API rate limits or service downtime may cause temporary failures; retry after some time.
Links and References
- 4leads Official Website — For general information about the platform.
- 4leads API Documentation (refer to your 4leads account or support for access) — For detailed API endpoint descriptions and usage guidelines.