zendesk-messaging-client
    Preparing search index...

    Type Alias SwitchboardIntegrationWebhook

    type SwitchboardIntegrationWebhook = {
        id?: string;
        integrationId?: SwitchboardIntegrationId;
        integrationType?: SwitchboardIntegrationType;
        name?: Name;
    }
    Index

    Properties

    id?: string

    The unique ID of the switchboard integration.

    integrationId?: SwitchboardIntegrationId
    integrationType?: SwitchboardIntegrationType
    name?: Name