n8n-nodes-instantly-dev
Version:
n8n community node for Instantly API v2 - TESTING VERSION with Email Management operations
17 lines • 636 B
JavaScript
import { IExecuteFunctions } from 'n8n-workflow';
/**
* Resource locator utilities for extracting IDs and values
*/
/**
* Helper function to extract campaign ID from resourceLocator
*/
export declare function getCampaignId(context: IExecuteFunctions, itemIndex: number): string;
/**
* Helper function to extract email from resourceLocator
*/
export declare function getEmailAccount(context: IExecuteFunctions, itemIndex: number): string;
/**
* Generic helper to extract value from any resource locator
*/
export declare function getResourceLocatorValue(locator: any): string;
//# sourceMappingURL=resourceLocatorHelpers.d.ts.map