AddToDo

Overview

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

URL

POST/api/2/AddToDo.aspx

Parameters

FieldMax LengthRequiredNotes
response_typefalseDefault results will be returned in XML.
Set this field value to json to return results in JSON format
accountidtrueMust be numeric.
Account ID for this account.
Found in Settings > API Settings or for White Label CRM in the Admin control panel
teammemberidfalseDefault is 0 for Account Owner
apikeytrueAPI Key for this account.
Found in Settings > API Settings or for White Label CRM in the Admin control panel
contactidtrueEither contactid or email will be used to identify the contact.

(contactid is more preferred and more accurate)
emailtrueEither contactid or email will be used to identify the contact.
priority1truePossible Values
1 – High
3 – Normal
5 – Low
summary50true
details250false
duedatetrueDate in the following format:
MM/DD/YYYY
categoryfalsePossible Values
1 – Email
2 – Letter
3 – Phone Call
(blank) – No Category
emailtemplateidfalseNeeded for category "Email" only
lettertemplateidfalseNeeded for "Letter" only