I am sending messages via the XML API. What is the “title” field and do I need to use it?

Contact Us

Contact Us

[contact-form-7 404 "Not Found"]

The title field is for when you send email messages via the XML API. If you’re sending SMS text messages, you can just leave the field empty.

1. You can fill all the message information in the <MESSAGE_INDEX>0</MESSAGE_INDEX> field.

You should keep the subject entry empty:

<SUBJECT></SUBJECT>

So your full SMS text will be in the section:

<TEXT_MESSAGE>

<MESSAGE_INDEX>0</MESSAGE_INDEX>

<TEXT>sms message body</TEXT>

</TEXT_MESSAGE>

2. You can test your XML without coding by using this page.

3. Be aware that you can change your SMS template (and other SMS settings) in the SMS settings inside your web account.

Skip to content