> ## Documentation Index
> Fetch the complete documentation index at: https://developers.vfbulk.ie/llms.txt
> Use this file to discover all available pages before exploring further.

# Vodafone Bulk Text Developer Hub

> Send SMS from your applications with Vodafone Bulk Text.

<section className="vf-hero">
  <p className="vf-kicker">Vodafone Bulk Text</p>
  <h1>Build SMS into your business systems</h1>

  <p>
    Use the Vodafone Bulk Text APIs to send customer updates, appointment reminders,
    staff alerts, and service messages from your own applications.
  </p>

  <div className="vf-actions">
    <a className="vf-button vf-button-light" href="/quickstart">Start with the quickstart</a>
    <a className="vf-button vf-button-outline" href="/api-reference/introduction">View API reference</a>
  </div>
</section>

<section className="vf-mcp-band">
  <div>
    <p className="vf-kicker">Developer tooling</p>
    <h2>Use our MCP server in your AI tool</h2>

    <p>
      Add the Vodafone Bulk Text docs to Claude, Cursor, Codex, VS Code, or Windsurf.
      Your AI assistant can query the live API docs in real time.
    </p>
  </div>

  <a className="vf-button vf-button-red" href="/guides/mcp">Connect MCP</a>
</section>

<section className="vf-feature-grid" aria-label="Primary developer paths">
  <a className="vf-feature-card vf-card-red" href="/quickstart">
    <span>01</span>
    <div className="vf-feature-title">Quickstart</div>
    <p>Get an access token and send your first SMS.</p>
  </a>

  <a className="vf-feature-card vf-card-black" href="/guides/authentication">
    <span>02</span>
    <div className="vf-feature-title">Authentication</div>
    <p>Secure API calls with OAuth 2.0 bearer tokens.</p>
  </a>

  <a className="vf-feature-card" href="/api-reference/introduction">
    <span>03</span>
    <div className="vf-feature-title">API reference</div>
    <p>Explore the current Vodafone Bulk Text API specs.</p>
  </a>

  <a className="vf-feature-card" href="/guides/webhooks">
    <span>04</span>
    <div className="vf-feature-title">Webhooks</div>
    <p>Receive message processing, delivery, and inbound SMS events.</p>
  </a>
</section>

## Why Vodafone Bulk Text?

Vodafone Bulk Text lets you send operational and customer communications from your own systems. Use the current OAuth API for new integrations. Use the legacy URL-encoded API only when you need to support an existing v1 integration.

<section className="vf-proof-grid" aria-label="API capabilities">
  <div>
    <strong>OAuth API</strong>
    <span>Authenticate at <code>[https://auth.vodafone.com/token](https://auth.vodafone.com/token)</code>.</span>
  </div>

  <div>
    <strong>Campaign sends</strong>
    <span>Send one campaign to one or more recipients.</span>
  </div>

  <div>
    <strong>Callback events</strong>
    <span>Track processing, delivery, and inbound replies.</span>
  </div>
</section>

<section className="vf-cta-band">
  <div>
    <p className="vf-kicker">Ready to send?</p>
    <h2>Start with a live API call</h2>

    <p>
      Get your credentials, request an access token, and send a first message to
      a small test list before moving into production.
    </p>
  </div>

  <a className="vf-button vf-button-light" href="/quickstart">Open quickstart</a>
</section>

## Getting started

<Steps>
  <Step title="Get your credentials">
    Contact [bulktext.ie@vodafone.com](mailto:bulktext.ie@vodafone.com) to set up your account and retrieve your API credentials.
  </Step>

  <Step title="Send your first message">
    Follow the [quickstart guide](/quickstart) to send an SMS in minutes.
  </Step>

  <Step title="Go live">
    Explore the [API reference](/api-reference/introduction) and integrate into your application.
  </Step>
</Steps>
