API Documents

How to use

https://app.wiredmessage.com/op/api/v1.0/postxml
 
<request>
<auth>
    <authtoken>xxxxxxxxxxxxxxxxxxxx</authtoken>
    <appkey>xxxxxxxxxxxxxxxxxxxx</appkey>
    <apptoken>xxxxxxxxxxxxxxxxxxxx</apptoken>
    <command>wmgateway_authentication</command>
</auth>
<parameter>
    <mapapptoken></mapapptoken>
</parameter>
</request>
    
Fields Type Description
auth token Text, required Auth token which is generated in organization
appkey Text, required App key which you created app in wired message
apptoken Text, required App token which is generated in app of wired message
command Text, required This is our command name
Handshake API:
 
<request>
<auth>
    <authtoken>xxxxxxxxxxxxxxxxxxxxxxxxxxx</authtoken>
    <appkey>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</appkey>
    <apptoken>xxxxxxxxxxxxxxxxxxxxxx</apptoken>
    <command>wmgateway_authentication</command>
</auth>
<parameter>
    <testhandshake></testhandshake>
</parameter>
</request>
Fields Type Description
auth token Text, required Auth token which is generated in organization
appkey Text, required App key which you created app in wired message
apptoken Text, required App token which is generated in app of wired message
command Text, required This is our command name
Send API : Email
 
<request>
   <auth>
       <authtoken>xxxxxxxxxxxxxxxxxxxxxxxxxxxxx</authtoken>
       <appkey>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</appkey>
       <apptoken>xxxxxxxxxxxxxxxxxxxxxxxxxxxx</apptoken>
      <command>wmgateway_message</command>
   </auth>
    <parameter>
        <send>
        <txn><![CDATA[]]></txn>
        <templateid><![CDATA[]]></templateid>
        <description><![CDATA[]]></description>
        <sendto>
            <recipient>
                <id><![CDATA[]]></id>
                <name><![CDATA[]]></name>
            </recipient>
            ......
            ......  
            ......
        </sendto>
        <sendtocc><![CDATA[]]></sendtocc>
        <sendtobcc><![CDATA[]]></sendtobcc> 
        <grouping><![CDATA[]]></grouping>         
        <variables>
            <variable>
                <name><![CDATA[]]></name>
                <value><![CDATA[]]></value>
                <title><![CDATA[]]></title>
            </variable>
            ......
            ......  
            ......
        </variables>
       <attachments>
            <attachment>
                <filename><![CDATA[]]></filename>
                <base64><![CDATA[]]></base64>
                <url><![CDATA[]]></url>
            </attachment>
            ......
            ......  
            ......
        </attachments>
        <scheduletime><![CDATA[]]></scheduletime> 
        </send>
    </parameter>
</request>
Send API : SMS / Whatsapp
 
<request>
   <auth>
       <authtoken>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</authtoken>
       <appkey>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</appkey>
       <apptoken>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</apptoken>
      <command>wmgateway_message</command>
   </auth>
    <parameter>
        <send>
        <txn><![CDATA[]]></txn>
        <templateid><![CDATA[]]></templateid>
        <description><![CDATA[]]></description>
        <sendto>
            <recipient>
                <id><![CDATA[]]></id>
                <name><![CDATA[]]></name>
            </recipient>
        </sendto>       
        <variables>
            <variable>
                <name><![CDATA[]]></name>
                <value><![CDATA[]]></value>
                <title><![CDATA[]]></title>
            </variable>
            ......
            ......  
            ......
        </variables>
        <scheduletime><![CDATA[]]></scheduletime> 
        </send>
    </parameter>
</request>
Fields Type Description
auth token Text, required Auth token which is generated in organization
appkey Text, required App key which you created app in wired message
apptoken Text, required App token which is generated in app of wired message
command Text, required This is our command name
txn text, optional Txn is Optional
templateid Text, required Templateid which you mapping templates in wired message
description text, optional Description is optional
id text, required Recipient id which you want to send
name text, required Name which you want to send
sendtocc text, optional Send to cc is Optional
sendtbcc text, optional Send to bcc is Optional
grouping text, optional yes, When group message send
scheduletime text, optional schedule time, When message send a specific time Ex:= 16-May-2025 16:01:55

Ready For The Next Level

Click on 'Read More' to take the first step towards transforming your communication strategies with Wired Message.