@orisma/n8n-nodes-taximail
Version:
AI Agent Tool for sending Email and SMS via Taximail
11 lines (10 loc) • 384 B
TypeScript
import type { IAuthenticateGeneric, ICredentialType, INodeProperties, Icon, ICredentialTestRequest } from 'n8n-workflow';
export declare class TaximailApi implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
icon: Icon;
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
test: ICredentialTestRequest;
}