Wired Plus API Documentation
API v1 Guide
Account
Automation
Contacts
- Create New Contact
- Update Contact
- Bulk Contact Update
- Archive Contact
- Bulk Archive Contact
- Bulk Suppress Contact
- Unsubscribe Contact
- Resubscribe Contact
- Resubscribe Contact To List
- Suppress Contact
- Get Contacts
- Get New Contacts
- Get Updated Contacts
- Get Contact By Id
- Get Contact By UID
- Get Contact By Email
- Get Contacts In List
- Get Contacts For Campaign
- Get Lists for a Contact
- Get Unsubscribed Contacts
- Get Unsubscribed Contacts In List
- Get Suppressed Contacts
- Delete Contact
Dynamic Rows
Lists
- Create New List
- Update List
- Delete List
- Get List Detail By ID
- Get Active Lists
- Bulk Assign Contacts To List
- Get Contacts In List
- Delete Contact From List
- Bulk Delete Contacts From List
Campaigns
- Get Campaigns
- Get Campaign By Id
- Get Campaign Activities
- Get Campaign Contacts
- Get Campaign Contact Replies
- Get Campaign Contact Send Status
- Get Campaign Event
- Send Trigger Campaign To Contacts
- Send Trigger Campaign To DynamicRows
Transactional Emails
Lead Score
Products
- Get Products
- Get Product
- Create/Update Product
- Delete Product
- Bulk Create/Update Products
- Get Stock Updates
- Create Stock Update
Carts
Orders
- Get Orders
- Get Order
- Create/Update Order
- Delete Order
- Update Order Status
- Bulk Create/Update Orders
- Get Order Events
- Get Order Event
- Create/Update Order Event
Custom Fields
POST SendTransactionalMessage
Creates tranasaction email to an email address.
This feature must be enabled for your account.
Input and output parameters
*denotes required field.
Input Parameter Name | Description |
subject* | Subject of the email to the contact. |
from_name* | The from name for the email. |
from_email* | The from email to be embedded into the contact's email. |
to_name* | The contact's name. |
to_email* | The contact's email. |
cc_email | Comma seperated list of email addresses to receive a CC of the the contact email. |
bcc_email | Comma seperated lust email addresses to receive a BCC of the the contact email. |
reply_to | Reply email address. |
html | HTML content to embed into the email. |
txt | Raw text email content. |
attachments | Array of base64 encoded files, each array row must have a "name" & "data" field. Data must be base64 encoded. |
Output params | |
|
Examples
Curl
PHP
jQuery
Result Format JSON