Configure a notification provider
POST/api/v1/notifications/manage/configure-provider
Configures credentials and activation state for a notification provider (e.g., FCM, SendGrid, Twilio).
Uses upsert semantics: if an active integration already exists for the specified provider type, it updates the existing integration in place (preserving its ID and subscriber linkages). If no active integration exists, a new one is created.
Request
Responses
- 200
- 409
Provider configured (created or updated)
Multiple active integrations exist for this provider type. Resolve duplicates manually via the Novu dashboard.