Integrations
Issue a URL to link a subscriber chat identity
Returns a provider-specific URL the subscriber opens to link their chat identity. The integration provider is resolved from integrationIdentifier; Telegram returns a deep link.
POST
TypeScript
Authorizations
API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".
Headers
A header for idempotency purposes
Body
application/json
Response
OK
URL the subscriber opens to link their chat identity (OAuth URL or deep link)
Example:
"https://t.me/MyBot?start=AbCdEfGhIjKlMnOpQrStUvWxYz012345"
Provider-specific metadata returned alongside the link URL
Example:
{
"botUsername": "MyBot",
"expiresAt": "2026-06-23T12:00:00.000Z"
}Generate OAuth URL for a workspace/tenant connection
Previous
Generate OAuth URL to link a subscriber user identity
Next