PurpleHire

PurpleHire is a fictitious ATS (Applicant Tracking System), that helps you keep track of new hire candidates.

Account Information

This is your Team ID (team_id). You can change your Team ID by typing in the textbox below.


My Referrals

Here are your current referrals:

XYZZYBob Johnsonbob.johnson@example.comtiny-reader-wrapped

API Documentation

Submit Referrals

Copy
Copied
curl https://us-central1-creator-studio-demo.cloudfunctions.net/submitReferral \
  -X POST \
  --header 'Content-Type: application/json' \
  --data '{
    "team_id": "instant-step-drop",
    "name": "John Doe",
    "email": "john.doe@moveworks.ai"
}'