Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • WebhookReceiver

Index

Constructors

Methods

Constructors

constructor

Methods

receive

  • receive(body: string, authHeader?: string, skipAuth?: boolean): WebhookEvent
  • Parameters

    • body: string

      string of the posted body

    • Optional authHeader: string

      Authorization header from the request

    • skipAuth: boolean = false

      true to skip auth validation

    Returns WebhookEvent

Generated using TypeDoc