[ List of API Functions ] [ CATS Developer Forum ] [ Frequently Asked Questions ]
Example using GET: [Base URL]?[parameter]=[value]
| Required | Parameter | Description | Type | Size |
|---|---|---|---|---|
| YES | from | Sender's email address | string | 250 |
| YES | data_type | candidate or contact | string | 20 |
| YES | id | id of the candidate or contact record | string | |
| YES | message | HTML or Plain Text contents of the email message. | memo | 10000 |
| YES | subject | Subject of the email message. | string | 250 |
| date_created | The date or timestamp of when the email originated. | date | ||
| file1 | File sent over HTTP 1.1 POST specifications to attach to the record. | file | ||
| file2 | File sent over HTTP 1.1 POST specifications to attach to the record. | file | ||
| file3 | File sent over HTTP 1.1 POST specifications to attach to the record. | file | ||
| file4 | File sent over HTTP 1.1 POST specifications to attach to the record. | file | ||
| file5 | File sent over HTTP 1.1 POST specifications to attach to the record. | file | ||
| is_resume | Are the document files that we're receiving resumes? | boolean |