send_to_friend

(CATS API 2.0)

Sends an email containing the job description to a recipient.


[ List of API Functions ] [ Frequently Asked Questions ]

Base URL
https://[subdomain].catsone.com/api/send_to_friend?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 id ID # of the record type provided by the data_type parameter. number  
YES to Email address to send the email to. string  
  from Email address to send the email from. string  
  subject Subject of the email. string  
  message Message to include in the email body. string  
Example Form
subdomain
transaction_code
id

ID # of the record type provided by the data_type parameter.
to

Email address to send the email to.
from

Email address to send the email from.
subject

Subject of the email.
message

Message to include in the email body.

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