Connected Account Magic Link Generated

Triggered when a magic link is generated for OAuth flow

postWebhookconnected_account.magic_link_generated

Payload

spec_versionstring required

The webhook specification version

idstring required

Unique identifier for the webhook event (must be prefixed with "evt_")

type'connected_account.magic_link_generated' required

The event type

occurred_atstring date-time required

When the event occurred (ISO 8601 format)

environment_idstring required

The environment ID where the event occurred

organization_idstring

The organization ID (if applicable)

object'ConnectedAccount' required

The type of object that triggered the webhook

display_namestring

Human-readable display name for the event

Example payload

{
  "spec_version": "1",
  "type": "connected_account.magic_link_generated",
  "object": "ConnectedAccount"
}

Response

Webhook received successfully

Changes