zendesk-messaging-client
    Preparing search index...

    Type Alias TwitterWritable

    TwitterWritable: IntegrationWritable & { type: "twitter" } & {
        accessTokenKey: string;
        accessTokenSecret: string | null;
        consumerKey: string;
        consumerSecret: string | null;
        tier: "enterprise";
        type?: string;
    } & DefaultResponderId & DefaultResponderWritable

    Type declaration

    • type: "twitter"
    • accessTokenKey: string

      The access token key obtained from your user via oauth.

    • accessTokenSecret: string | null

      The access token secret obtained from your user via oauth.

    • consumerKey: string

      The consumer key for your Twitter app.

    • consumerSecret: string | null

      The consumer key secret for your Twitter app.

    • tier: "enterprise"

      Your Twitter app's tier. Only "enterprise" is supported for new integrations.

    • Optionaltype?: string

      To set up a Twitter integration, please follow the steps outlined in the Twitter Setup Guide.