# Phonovation Developer Portal ## Docs - [AGENTS](https://developers.phonovation.com/AGENTS.md) - [Health Check](https://developers.phonovation.com/api-reference/account/health.md): Returns `200 OK` if the service is online. - [List Sender IDs](https://developers.phonovation.com/api-reference/account/sender-list.md): Returns the list of Sender IDs available to the authenticated user's account. - [Obtain Access Token](https://developers.phonovation.com/api-reference/authentication/token.md): Use this request to obtain a JWT access token for authenticating with the API. - [Send Campaign](https://developers.phonovation.com/api-reference/campaigns/send.md): **Api Endpoint** `https://api.interactsms.com/api/v2` Allows users to specify message content, sender details, and a list of recipients. - [API Reference](https://developers.phonovation.com/api-reference/introduction.md): Complete reference for the Phonovation REST API. - [Receive delivery receipts](https://developers.phonovation.com/api-reference/webhooks/delivery-receipt.md): Phonovation sends this webhook when the mobile network returns a delivery result. - [Receive inbound SMS messages](https://developers.phonovation.com/api-reference/webhooks/inbound-message.md): Phonovation sends this webhook when it receives an inbound SMS for your account. - [SMS Processing Result](https://developers.phonovation.com/api-reference/webhooks/sms-processing-result.md): Webhook payload sent after SMS processing completes for each recipient. - [Authentication](https://developers.phonovation.com/guides/authentication.md): Authenticate with the Phonovation SMS API using OAuth 2.0 JWT tokens. - [Compliance](https://developers.phonovation.com/guides/compliance.md): Irish regulatory requirements for SMS marketing and promotional messaging. - [Delivery Receipts (DLRs)](https://developers.phonovation.com/guides/delivery-receipts.md): Receive real-time message delivery notifications via HTTP POST to your endpoint. - [Inbound Messages (Relays)](https://developers.phonovation.com/guides/inbound-messages.md): Receive inbound SMS messages relayed to your endpoint via HTTP POST. - [MCP Server](https://developers.phonovation.com/guides/mcp.md): Connect the Phonovation developer docs directly to your AI coding tool. - [notifyId](https://developers.phonovation.com/guides/notify-id.md): A user-defined identifier that ties outbound messages, webhooks, DLRs, and inbound replies together. - [SDKs & Tools](https://developers.phonovation.com/guides/sdks.md): Official and community SDKs for the Phonovation API. - [Sender IDs](https://developers.phonovation.com/guides/sender-ids.md): Understand and manage the Sender IDs available on your Phonovation account. - [Sending SMS](https://developers.phonovation.com/guides/sending-sms.md): Send SMS campaigns to one or more recipients using the Phonovation SMS API. - [Webhooks](https://developers.phonovation.com/guides/webhooks.md): Receive a real-time payload for every recipient after an SMS send is processed. - [Phonovation Developer Hub](https://developers.phonovation.com/index.md): Build powerful SMS messaging into your applications. Fast, reliable, and built for Irish businesses. - [Legacy API Overview](https://developers.phonovation.com/legacy/introduction.md): Long-term support documentation for the Phonovation legacy APIs. - [Send Message (JSON)](https://developers.phonovation.com/legacy/json/send-message.md): Sends an SMS message or schedules one for later delivery. This endpoint always responds with HTTP 200; the `status` field describes success or failure. - [Send Message (URL-Encoded)](https://developers.phonovation.com/legacy/url/send-message.md): Sends an SMS message using URL-encoded form-data parameters or query-string parameters. - [Quickstart](https://developers.phonovation.com/quickstart.md): Send your first SMS with the Phonovation SMS API in under 5 minutes. ## OpenAPI Specs - [url-legacy](https://developers.phonovation.com/openapi/url-legacy.yaml) - [json-legacy](https://developers.phonovation.com/openapi/json-legacy.yaml) - [inbound-message-webhook](https://developers.phonovation.com/openapi/inbound-message-webhook.yaml) - [delivery-receipt-webhook](https://developers.phonovation.com/openapi/delivery-receipt-webhook.yaml) - [oauth](https://developers.phonovation.com/openapi/oauth.yaml) - [openapi](https://developers.phonovation.com/api-reference/openapi.json) ## Optional - [Support](mailto:support@phonovation.com)