Trello.js - API library
    Preparing search index...

    Interface CreateTokenWebhooks

    interface CreateTokenWebhooks {
        callbackURL: string;
        description?: string;
        idModel: string;
        token: string;
    }
    Index

    Properties

    callbackURL: string

    The URL that the webhook should POST information to.

    description?: string

    A description to be displayed when retrieving information about the webhook.

    idModel: string

    ID of the object to create a webhook on.

    token: string