export const SEQUENCE_SIGNUP_URL = 'https://app.getsequence.io/account/api-keys?utm_source=base44'; export function getSequenceSignupUrl(toolName: string): string | undefined { return toolName === 'sequence_connect' ? SEQUENCE_SIGNUP_URL : undefined; }