Use this endpoint to register a new communication provider (email or SMS) for use in authentication and notification flows.
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
The authorization token in the 'Bearer ' format.
Information required to create a new communication provider.
A unique name to identify the provider.
The provider category.
Email, SMS The provider implementation type.
SendGrid, Twilio Client ID or API key for authenticating with the provider.
Client secret or API secret for authenticating with the provider.
SMTP or API host address (Email providers).
SMTP port (Email providers).
Set to true to disable SSL/TLS (not recommended for production).
Indicates that the provider was successfully created and the operation was completed as expected.
Information about a communication provider.
Unique identifier of the provider.
Name of the provider.
Provider category.
Email, SMS Provider implementation type.
SendGrid, Twilio Provider sub-type, if applicable.
Authentication or delivery method.
Client ID or API key (secret is never returned).
Secondary client ID, if applicable.
SMTP or API host address.
SMTP port.
Indicates whether SSL/TLS is disabled.
Default email or SMS title/subject.
Default message content template.
Default receiver address for testing.
Cloud region ID (provider-specific).
SMS signature name (provider-specific).
SMS template code (provider-specific).
Application ID (provider-specific).
Provider API endpoint URL.
Intranet endpoint for private network access.
Provider domain.
Provider-specific URL.
Timestamp marking when the provider was created.