resume_inbox

(CATS API 2.0)

Adds a candidate based on an email message. Attachments will be parsed and added if enough data can be found.


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

Base URL
https://[subdomain].catsone.nl/api/resume_inbox?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 subject Subject of the email. string 128
YES body Body of the email. string  
YES from Sender of the email. string  
  source Source of the candidate(s). string  
  file_n Attachment files named from file_1 ... file_15 with 15 being the max number of attachments.
Note: Files are read consecutively from 1 - 15, Hence (file_1, file_2, file_4) will register as 2 attachments.
string  
Example Form
subdomain
transaction_code
subject

Subject of the email.
body

Body of the email.
from

Sender of the email.
source

Source of the candidate(s).
file_n

Attachment files named from file_1 ... file_15 with 15 being the max number of attachments.
Note: Files are read consecutively from 1 - 15, Hence (file_1, file_2, file_4) will register as 2 attachments.

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