Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccountLinkingEvent

AccountLinkingEvent will occur when the Link Account or Unlink Account button have been tapped when using Account Linking.

subscription

messaging_account_linking

guides

Check official doc and reference.

Hierarchy

  • EventObject<"action", "account_linking">
  • EventBase
  • AccountLinking
    • AccountLinkingEvent

Index

Properties

[toStringTag]: "MessengerEvent"
authorizationCode: string

Value of pass-through authorization_code provided in the Account Linking flow.

category: "action"
channel: MessengerChat
isEcho: boolean

Indicate whether the event is an echo.

isStandby: boolean

Indicate whether the event is sent to a standby channel.

payload: any
platform: "messenger"

The user that triggered the webhook event.

status: "linked" | "unlinked"

Indicate whether the user linked or unlinked their account.

timestamp: number
type: "account_linking"

Generated using TypeDoc