Actions68
- Custom Field Actions
- Custom Field Block Actions
- Custom Field Type Actions
- Customer Actions
- Deal Actions
- Lead Actions
- Organization Actions
- Pipeline Actions
- Prospect Actions
- Staff Actions
- Task Actions
- Workspace Actions
Overview
This node integrates with the Magnet Customer API to perform various operations on CRM resources. Specifically, for the Pipeline - Get operation, it retrieves details of a specific sales pipeline by its ID. This is useful in scenarios where you want to fetch pipeline metadata or details to analyze sales stages, track progress, or integrate pipeline data into workflows.
Practical examples include:
- Fetching a pipeline's structure to dynamically populate dropdowns in other nodes.
- Retrieving pipeline information to trigger actions based on pipeline status.
- Integrating pipeline data into reports or dashboards.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authenticating with the Magnet Customer API. Options: "API Token", "OAuth2". |
| Pipeline ID | The unique identifier of the pipeline to retrieve. This is required for the get operation. |
Note: Several hidden properties related to "Life Cycle" and "Source" exist but are not relevant for this operation as they are hidden and defaulted internally.
Output
The output JSON contains the detailed data of the requested pipeline. This typically includes fields such as pipeline ID, title, stages, and other metadata describing the pipeline structure.
The output is an array of JSON objects, each representing a pipeline entity fetched from the API.
No binary data output is involved in this operation.
Dependencies
- Requires access to the Magnet Customer API.
- Requires either an API token or OAuth2 credentials configured in n8n for authentication.
- The node uses internal helper functions to make HTTP requests to the Magnet Customer API endpoints.
Troubleshooting
Common issues:
- Invalid or missing Pipeline ID will cause the API request to fail.
- Authentication errors if API token or OAuth2 credentials are incorrect or expired.
- Network connectivity issues preventing access to the Magnet Customer API.
Error messages:
"error": "Invalid pipeline ID"— Verify that the Pipeline ID provided exists and is correct."error": "Authentication failed"— Check your API token or OAuth2 credentials.- Timeout or network errors — Ensure your environment has internet access and the API endpoint is reachable.
To resolve errors, verify input parameters, ensure valid credentials, and check network connectivity.
Links and References
- Magnet Customer API Documentation (generic link, replace with actual if available)
- n8n documentation on Creating Custom Nodes
- OAuth2 and API token authentication best practices in n8n
If you need further details on other operations or resources, please provide their names.