AT&T · Capability

AT&T Messaging

Unified messaging capability combining AT&T SMS API and In-App Messaging API for customer notifications, two-way messaging, and inbox management. Used by developers building mobile apps and enterprise notification systems.

Run with Naftiko AT&TSMSMMSMessagingNotificationsMobile

What You Can Do

POST
Send sms — Send an SMS short code message to up to 50 recipients
/v1/sms/messages
GET
Get sms delivery status — Check delivery status of a sent SMS
/v1/sms/messages/{messageId}/status
GET
Get inbound sms — Poll for inbound SMS messages
/v1/sms/inbox/{registrationId}
POST
Send message — Send MMS or SMS on behalf of user
/v1/in-app/messages
GET
List messages — List user inbox messages
/v1/in-app/messages
GET
Get inbox delta — Get inbox changes since last sync
/v1/in-app/delta

MCP Tools

sms-send-message

Send an SMS short code message to AT&T subscribers for notifications, alerts, or marketing

sms-check-delivery-status

Check the delivery status of a sent SMS message

read-only idempotent
sms-get-inbound-messages

Poll for inbound SMS messages received on a registered short code

read-only idempotent
in-app-send-message

Send an MMS or SMS message on behalf of an authenticated AT&T user

in-app-list-messages

List messages from a user's AT&T inbox with pagination and unread filtering

read-only idempotent
in-app-get-message

Get full details of a specific inbox message including content and metadata

read-only idempotent
in-app-delete-message

Delete a message from the user's inbox permanently

idempotent
in-app-sync-inbox-delta

Get inbox changes since last synchronization for efficient message management

read-only idempotent

APIs Used

att-sms att-iam