Query the status of a SMS sent with OVH.

Parameters:

Parameters:
See dedicated page for more information.
ovhQuerySMS retrieves SMS messages and their delivery metadata from your OVHcloud SMS account. You can:
smsID.Typical uses: confirm delivery of a message you sent, export messages from the last day/week for analytics, or audit messages sent by a specific sender.
OVHcloud SMS account with API access.
The three OAuth credentials:
If you haven’t created these yet, follow the “First-time setup & credentials” section from the ovhSendSMS action documentation (same credentials are used here).
smsID, dates, etc.), or leave it unconnected if you’ll enter values manually.You can use one of two approaches:
SMS ID: Provide the unique smsID (either type a value or pick a column via the selector).SMS ID is set, date/sender/receiver/tag filters are typically ignored.Filter on creation date (from) (≥) / Filter on creation date (to) (≥): Creation-time window in ISO-8601 (YYYY-MM-DDThh:mm:ss±hh:mm).2025-09-11T00:00:00+02:00.Filter on receiver: Limit to a specific destination number (E.164 recommended, e.g., +33612345678).Filter on sender: Limit to a specific sender (alphanumeric or number configured in OVH).Filter on tag: Limit to messages tagged with a given value (if you tag messages at send time).Filters combine with AND logic (e.g., date range and sender). Leave a filter empty to ignore it.
AK: Your OVH Application KeyAS: Your OVH Application SecretCK: Your OVH Consumer KeyidDebug: Logging detail (nothing, basic, verbose)idOptional: Extra cURL flags if your network setup requires them (rare).nRetry: How many times to retry on transient connection errors.The action returns one row per SMS that matches your query. Common fields include:
id/smsID, sender, receiverField names may vary slightly by account/endpoint; use the Records or Data tab after a test run to see the exact schema returned in your environment.
SMS ID: Select a column (e.g., smsID) from the upstream table using the column selector, or type the ID.Filter on creation date (from) (≥): {{ now_utc_minus_24h_iso }} (or type yesterday’s ISO date/time)Filter on creation date (to) (≥): {{ now_utc_iso }} (or type now)Filter on sender / Filter on receiver / Filter on tag: leave empty (or set as needed)Filter on creation date (from) (≥) and Filter on creation date (to) (≥) for this week.Filter on receiver: +1XXXXXXXXXX| Symptom | Likely cause | Fix |
|---|---|---|
403 Not authorized |
Missing or restricted CK rights | Recreate the Consumer Key with SMS read permissions (see ovhSendSMS setup) and approve it. |
Invalid signature / 401 |
Wrong AK/AS/CK pairing | Ensure AK/AS belong to the same app as CK; paste values carefully. |
| Empty result set | Filters too restrictive | Verify smsID, phone formats, tags, and date window; test a broader time range. |
| Timeout / transient errors | Network hiccups | Increase nRetry and try again; keep date ranges smaller. |
