---
title: "Send SMS (France)"
method: POST
path: "/v1/api/sms#france"
tags: ["SMS"]
---

# Send SMS (France)

`POST /v1/api/sms#france`

Send an SMS message to a French phone number using a verified Sender ID. The Sender ID must be verified by the Allo team before use. Contact support to register your Sender ID.

## Request body

- SendSMSFranceRequest — Request body for sending an SMS message in France using a verified Sender ID
  - `sender_id` string, required — Your verified Sender ID (must be verified by the Allo team). This is an alphanumeric identifier that will appear as the sender of the SMS.
  - `to` string, required — Recipient phone number in France (E.164 format, must start with +33)
  - `message` string, required — Message content

## Response `200`

SMS sent successfully

- SendSMSResponse — Standard response wrapper for sent SMS
  - `data` TextMessageApiResponse — Sent SMS message details
    - `from_number` string, nullable — Phone number that sent the message. Null when sender_id is used instead.
    - `sender_id` string, nullable — Sender ID used for the message (alphanumeric identifier). Only populated when sending with a verified Sender ID (e.g., for France SMS). Null when from_number is used.
    - `to_number` string — Phone number that received the message
    - `type` 'OUTBOUND' — Direction of the message (always OUTBOUND for sent messages)
    - `content` string — Content of the SMS message
    - `start_date` string, date-time — When the message was sent

## Other responses

- `400` — Bad request
- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - API key lacks required scope
- `429` — Too Many Requests - Rate limit exceeded

---

[API](https://skmtc.dev/withallo/apis/allo-api.md) · [All operations](https://skmtc.dev/withallo/apis/allo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/withallo/allo-api/revisions/9aab4db82933/schema)
