AddToDo

Overview

Create a To-Do for a Contact based on information sent via an http form post.

Post Url

https://hyperdrivepro.morethanrewards.com/api/2/AddToDo.aspx

- SSL is requred

Form Fields

FieldMax Length*RequiredNotes
response_type
YesSet this field value to json to return results in JSON format
accountid
YesMust be numeric. Account ID for this account.
teammemberid
NoDefault is 0 for Account Owner
apikey
YesAPI Key for this account.
contactid
Yes*Either contactid or emailwill be used to identify the contact.
(contactid is more preferred and more accurate)
email
Yes*Either contactid or emailwill be used to identify the contact.
priority 1YesPossible Values
1 – High
3 – Normal
5 – Low
summary 50Yes
details 250No
duedate
YesDate in the following format: MM/DD/YYYY
category
NoPossible Values
1 – Email
2
– Letter
3
– Phone Call
(blank)
– No Category
emailtemplateid
NoNeeded for category “Email” only
lettertemplateid
NoNeeded for “Letter” only

Sample Results

 

Success Message

<results>
   <message>Success</message>
   <todoid>1233112</todoid> 
</results>

Sample Failure Message

<?xml version="1.0"?> 
<results>
   <error>Authentication failed</error> 
</results>