Create a To-Do for a Contact based on information sent via an http form post.
| Field | Max Length | Required | Notes |
|---|---|---|---|
| response_type | false | Default results will be returned in XML. Set this field value to json to return results in JSON format | |
| accountid | true | Must be numeric. Account ID for this account. Found in Settings > API Settings or for White Label CRM in the Admin control panel | |
| teammemberid | false | Default is 0 for Account Owner | |
| apikey | true | API Key for this account. Found in Settings > API Settings or for White Label CRM in the Admin control panel | |
| contactid | true | Either contactid or email will be used to identify the contact. (contactid is more preferred and more accurate) | |
| true | Either contactid or email will be used to identify the contact. | ||
| priority | 1 | true | Possible Values 1 – High 3 – Normal 5 – Low |
| summary | 50 | true | |
| details | 250 | false | |
| duedate | true | Date in the following format: MM/DD/YYYY | |
| category | false | Possible Values 1 – Email 2 – Letter 3 – Phone Call (blank) – No Category | |
| emailtemplateid | false | Needed for category "Email" only | |
| lettertemplateid | false | Needed for "Letter" only |