Notifly
API ReferenceIntegrations

Configure a chat integration webhook

Registers the Notifly webhook URL with the chat provider for the specified integration. Telegram is the only supported provider initially.

POST
/v1/integrations/{integrationIdentifier}/webhook/configure

Registers the Notifly webhook URL with the chat provider for the specified integration. Telegram is the only supported provider initially.

Authorization

secretKey
Authorization<token>

API key authentication. Allowed headers-- "Authorization: ApiKey <secret_key>".

In: header

Path Parameters

integrationIdentifier*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/integrations/string/webhook/configure"
{  "data": {    "webhookUrl": "string",    "configuredAt": "string",    "botUsername": "string"  }}