n8n-nodes-instantly
Version:
n8n community node for Instantly API v2
17 lines • 636 B
TypeScript
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