Skip to main content

ProviderInfo

Configured notification provider and its integration identifier and active state.

Usage profiles​

UsageFields and validation
In responsesView fields

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
providerstring (PROVIDER_TYPE_FCM, PROVIDER_TYPE_APNS, PROVIDER_TYPE_SENDGRID, PROVIDER_TYPE_SES, PROVIDER_TYPE_TWILIO, PROVIDER_TYPE_SLACK, PROVIDER_TYPE_DISCORD) or integer (int32)OptionalNotification delivery provider being configured or reported.
integrationIdstringOptionalIdentifier of the provider integration in Novu.
activebooleanOptionalWhether the resource is marked active.

Values of provider​

Service used to deliver a notification through its selected channel.

ValueNo.FormMeaning
PROVIDER_TYPE_FCM1CanonicalFirebase Cloud Messaging for device or web push delivery.
PROVIDER_TYPE_APNS2CanonicalApple Push Notification service for Apple-device push delivery.
PROVIDER_TYPE_SENDGRID3CanonicalSendGrid for email delivery.
PROVIDER_TYPE_SES4CanonicalAmazon Simple Email Service for email delivery.
PROVIDER_TYPE_TWILIO5CanonicalTwilio for SMS delivery.
PROVIDER_TYPE_SLACK6CanonicalSlack for chat-message delivery.
PROVIDER_TYPE_DISCORD7CanonicalDiscord for chat-message delivery.

Where used​

ReferenceRelationship
List configured providersPOST /api/v1/notifications/manage/get-providers

Download the public reference contract.

Document: DOC-API-MODEL-provider-info.