[
    {
        "type": "multi-input",
        "id": "twitter-settings",
        "title": "Twitter/X Settings",
        "content": "Connect your Twitter/X account to receive and reply to Direct Messages.",
        "value": [
            {
                "type": "text",
                "id": "twitter-api-key",
                "title": "API Key"
            },
            {
                "type": "password",
                "id": "twitter-api-secret",
                "title": "API Secret"
            },
            {
                "type": "text",
                "id": "twitter-access-token",
                "title": "Access Token"
            },
            {
                "type": "password",
                "id": "twitter-access-token-secret",
                "title": "Access Token Secret"
            },
            {
                "type": "password",
                "id": "twitter-bearer-token",
                "title": "Bearer Token"
            },
            {
                "type": "text",
                "id": "twitter-bot-id",
                "title": "Bot User ID"
            }
        ]
    },
    {
        "type": "text",
        "id": "twitter-env-name",
        "title": "Environment name",
        "content": "The Account Activity API environment name (default: production)."
    },
    {
        "type": "button",
        "id": "twitter-subscribe",
        "title": "Subscribe webhook",
        "content": "Register the webhook URL for receiving Direct Messages.",
        "button-text": "Subscribe",
        "button-url": "#"
    },
    {
        "type": "checkbox",
        "id": "tw-disable-chatbot",
        "title": "Disable chatbot",
        "content": "Disable the chatbot for Twitter Direct Messages."
    }
]
