Preview MMS Template
For testing and debugging purposes, you can preview how the resulting MMS will look like without actually sending.
Request body
Name
Type
Description
Example
Example request
{
"data": {
"type": "mms-template-preview-req",
"attributes": {
"from": "18003004001",
"to": ["17818434375"],
"params": {
"name": "Jane",
"company": "TSG"
}
}
}
}Example response
Example without placeholders
Example request
Example response
Last updated
Was this helpful?