zendesk-messaging-client
    Preparing search index...

    Type Alias IntegrationUpdateBase

    type IntegrationUpdateBase = {
        defaultResponderId?: string | null;
        displayName?: string | null;
    }
    Index

    Properties

    defaultResponderId?: string | null

    The default responder ID for the integration. This is the ID of the responder that will be used to send messages to the user. For more information, refer to Per-channel default responder guide.

    displayName?: string | null

    A human-friendly name used to identify the integration. displayName can be unset by changing it to null.