add_email_activity

(CATS API 2.0)

Adds an email activity.


[ List of API Functions ] [ CATS Developer Forum ] [ Frequently Asked Questions ]

Base URL
https://[subdomain].catsone.nl/api/add_email_activity?transaction_code=[code]
[subdomain]: This is the company ID that you created when you signed-up. It will appear on the upper left when logged into CATS.
[transaction_code]: Create and manage transaction codes from within CATS by logging in and clicking on the "Settings" tab, then "User Management" (in the blue bar).
Parameters
Note that parameters can be transmitted through the GET or POST specifications in accordance with HTTP 1.1.

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  
Example Form
subdomain
transaction_code
from

Sender's email address
data_type

candidate or contact
id

id of the candidate or contact record
message

HTML or Plain Text contents of the email message.
subject

Subject of the email message.
date_created

The date or timestamp of when the email originated.
file1

File sent over HTTP 1.1 POST specifications to attach to the record.
file2

File sent over HTTP 1.1 POST specifications to attach to the record.
file3

File sent over HTTP 1.1 POST specifications to attach to the record.
file4

File sent over HTTP 1.1 POST specifications to attach to the record.
file5

File sent over HTTP 1.1 POST specifications to attach to the record.
is_resume

Are the document files that we're receiving resumes?

Copyright ©2010 CATS Software, Inc. All rights reserved.