Skip to content

IAV-256IAV-256/feat(agent): atomic integration & workflow patching, webhook verify tokens, credential data retrieval, and user integrations endpoint

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

This MR adds four main features to the customer-care-service:

  • Atomic integration + workflow update: new POST /agent-wizard/integration-and-workflow endpoint that creates an integration and immediately patches the n8n workflow in one call, with full rollback on failure.
  • Webhook verify tokens: two new endpoints to expose the Messenger and Instagram webhook verify tokens from configuration.
  • User integrations listing: new GET /{agentUid}/user-integrations endpoint that batch-fetches all user integrations associated with an agent from the orchestration service.

Additional changes include DTO field renames (autoCreatedIntegrationsfakeIntegrations, isAutoCreatedisFake), removal of unused fields, and rollback hardening in AgentIntegrationServiceImpl.

Related Issues

IAV-256 Closes IAV-1077, IAV-1078, IAV-1079, IAV-1080

Modification effectuée par salaheddine zidani

Rapports de requête de fusion