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:
XYZZY | Bob Johnson | bob.johnson@example.com | region-rhyme-badly |
API Documentation
Submit Referrals
curl https://us-central1-creator-studio-workflows.cloudfunctions.net/submitReferral \
-X POST \
--header 'Content-Type: application/json' \
--data '{
"team_id": "instant-step-drop",
"name": "John Doe",
"email": "john.doe@moveworks.ai"
}'