Skip to content

IAV-1273/feat(n8n-path): add WhatsApp client-id existence check URL builder

salaheddine zidani a demandé de fusionner feature/IAV-1273 vers develop

Summary

Adds buildCheckWhatsappClientIdExistsUrl to N8nCoreServicePath, a static helper that constructs the URL used to verify whether a given WhatsApp clientId already exists.

Changes

  • N8nCoreServicePath.java — new static method buildCheckWhatsappClientIdExistsUrl(String clientId) under the Credential Endpoints section; returns /credential/check-whatsapp-client-id?clientId={clientId}.

Rapports de requête de fusion