FAQ
Find answers to some frequently asked questions about using the MTA API.
How can I send a single “Hello World” message to myself?
curl --location 'https://api.mobile-text-alerts.com/v3/send' \
--data '{"subscribers": [1112223333],"message": "Hello World"}'Can the MTA API be used to send 2FA/MFA verification codes?
What information is available in response to an API call to send a message?
How do I schedule a message to be sent in the future?
Example request:
Can I refer to my subscribers by name in the message I send to them?
Example request:
How can I be notified when my subscribers reply to a message?
How can I import all of my subscribers?
How can I see the status of a sent message?
Can I send iMessages to my subscribers?
Last updated
Was this helpful?