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

    Interface CreateWebhook

    interface CreateWebhook {
        active?: boolean;
        callbackURL: string;
        description?: string;
        idModel: string;
    }
    Index

    Properties

    active?: boolean

    Determines whether the webhook is active and sending POST requests.

    callbackURL: string

    A valid URL that is reachable with a HEAD and POST request.

    description?: string

    A string with a length from 0 to 16384.

    idModel: string

    ID of the model to be monitored