For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Help CenterAPI KeysStatusSign In
GuidesAPI ReferenceChangelog
GuidesAPI ReferenceChangelog
LogoLogo
Help CenterAPI KeysStatusSign In

Changelog

February 6, 2024
February 6, 2024
Was this page helpful?
Previous

January 31, 2024

Next
Built with

Introduced multi-tag support for Transactional SMS

You can now use multiple tags to tag a SMS and you can also filter an SMS with tags. You can add an array of strings in the tag parameter.

{
"sender":"User",
"recipient":"45633640000",
"content":"Test",
"webUrl":"http://requestb.in/173lyyx1",
"type":"transactional",
"tag":["tag 1",
"tag 2"]
}

There is a tag limit of 10 tags limited for one request.