Webhook settings for an app.

Constructors

Properties

createdAt: Date

When this subscription was created. Formatted as milliseconds from the Unix epoch.

targetUrl: string

A publicly available URL for HubSpot to call where event payloads will be delivered. See link-so-some-doc for details about the format of these event payloads.

throttling: ThrottlingSettings
updatedAt?: Date

When this subscription was last updated. Formatted as milliseconds from the Unix epoch.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]