Eploy
92 actions · 1 auth method
PreviewATSUsers
Authentication
OAuth 2.0
The steps in this guide require Administrator privileges within Eploy.Guides: Connector Profile, Link Account
Actions
|
No scopes found
92 actions
Action
Description
Required scopes
Search Activities
Search for activities/actions with pagination and filtering support using Eploy search API
Get Activity
Retrieve activity details by action ID
Create Activity
Create a new activity/action
Update Activity
Update an existing activity by action ID
Search Candidates
Search for candidates with pagination and filtering support
Get Candidate
Retrieve a single candidate by ID
Create Candidate
Create a new candidate record
Update Candidate
Update an existing candidate record
Get Candidate Addresses
Retrieve all addresses for a candidate
Add Candidate Address
Add a new address for a candidate
Update Candidate Address
Update an existing address for a candidate
Delete Candidate Address
Delete an address from a candidate
Get Candidate Bank Details
Retrieve bank details for a candidate
Update Candidate Bank Details
Update bank details for a candidate
Get Candidate Employment History
Retrieve employment history for a candidate
Add Candidate Employment
Add employment history record for a candidate
Update Candidate Employment
Update an employment history record for a candidate
Delete Candidate Employment
Delete an employment history record.
Get Candidate Questions
Retrieve question answers for a candidate
Set Candidate Questions
Set question answers for a candidate
Get Candidate Questions List
Retrieve all available questions for candidates
Get CV Upload Types
Retrieve supported CV file types
Get File Upload Types
Retrieve supported file types for candidate uploads
Upload Candidate CV
Upload a CV file to a candidate. Accepted formats for FileTypeId=2 (CV) are doc, docx, pdf, txt, rtf, wps, odt — other f…
Upload Candidate File
Upload a general file to a candidate
Search Companies
Search for companies with pagination and filtering support using Eploy search API
Get Company
Retrieve company details by company ID
Create Company
Create a new company
Update Company
Update an existing company by company ID
Get Company Questions List
Retrieve all available questions for companies
Get Company Questions
Retrieve questions and answers for a specific company
Set Company Questions
Set question answers for a company
Search Applications
Search for applications with pagination and filtering support using Eploy search API
Get Application
Retrieve application details by application ID
Create Application
Create a new application for a candidate applying to a vacancy
Update Application
Update an existing application by application ID
Get Application Questions List
Retrieve all available questions for applications
Get Application Questions
Retrieve questions and answers for a specific application
Set Application Questions
Set questions and answers for a specific application
Get Application Status History
Retrieve status history for a specific application
Search Application Status History
Search for application status history with pagination and filtering
Upload Application File
Upload a file to an application
Get Application File Upload Types
Retrieve supported file upload types for applications
Search Vacancies
Search for vacancies with pagination and filtering support using Eploy search API
Get Vacancy
Retrieve vacancy details by vacancy ID
Create Vacancy
Create a new vacancy/job posting
Update Vacancy
Update an existing vacancy by vacancy ID
Get Vacancy Questions List
Retrieve all available questions for vacancies
Get Vacancy Questions
Retrieve questions and answers for a specific vacancy
Search Vacancy Templates
Search for vacancy templates with pagination and filtering support using Eploy search API
Get Vacancy Template
Retrieve vacancy template details by vacancy template ID
Search Contacts
Search for contacts with pagination and filtering support using Eploy search API
Get Contact
Retrieve contact details by contact ID
Create Contact
Create a new contact
Update Contact
Update an existing contact by contact ID
Get Contact Questions List
Retrieve all available questions for contacts
Get Contact Questions
Retrieve questions and answers for a specific contact
Set Contact Questions
Set question answers for a contact
Search Users
Search for users with pagination and filtering support using Eploy search API
Get User
Retrieve user details by user ID
Create User
Create a new user. Either RoleIDs or CopyPermissionsFromUserId must be provided — the provider returns 400 if neither is…
Update User
Update an existing user by user ID
Search Placements
Search for placements with pagination and filtering support using Eploy search API
Get Placement
Retrieve placement details by placement ID
Create Placement
Create a new placement
Update Placement
Update an existing placement by placement ID
Get Placement Questions List
Retrieve all available questions for placements
Get Placement Questions
Retrieve questions and answers for a specific placement
Search Timesheets
Search for timesheets with pagination and filtering support using Eploy search API
Get Timesheet
Retrieve timesheet details by timesheet ID
Create Timesheet
Create a new timesheet. Only one timesheet can exist per PlacementId and WeekCommencing date; a second create for the sa…
Update Timesheet
Update an existing timesheet by timesheet ID
Delete Timesheet
Delete a timesheet by timesheet ID
Search Notes
Search for notes with pagination and filtering support using Eploy search API
Get Note
Retrieve note details by note ID
Create Note
Create a new note
Update Note
Update an existing note by note ID
List Available Options
Retrieve available dropdown lists/lookup options in the system
Get Option Values
Retrieve values for a specific dropdown list by type and reference
Search Option Values
Search for option values with pagination and filtering support
Get CV Metadata
Get CV metadata by CV ID
Download CV
Download CV file by CV ID
Search CVs
Search for CVs with pagination and filtering support using Eploy search API
Get File Metadata
Get file metadata by file ID
Download File
Download file by file ID. Returns the raw binary file content as a string in response.data (not a structured object). Th…
Search Files
Search for files with pagination and filtering support using Eploy search API
Get Pay Rate
Get pay rate details by pay rate ID
Get Pay Salary
Get pay salary details by pay salary ID
Get Pay Band
Get pay salary band details by pay band ID
Search Pay Salaries
Search for pay salaries with pagination and filtering support using Eploy search API
Get Role Information By RoleID
Get Role Information by RoleID
Search User Roles
Search User Roles
Getting Started
Create or Select a Project
Set up a new project or select an existing one. See the Projects Guide.
Configure the Connector
Enable the connector and set up a connector profile in your project. See Managing Connectors.
Connector Profile
Eploy - OAuth 2.0
Link an Account
Connect an account using StackOne Hub or Auth Link.
Link Account
Eploy - OAuth 2.0
Use Actions
Invoke actions using one of the methods below:
- MCP – Model Context Protocol for AI assistants
- A2A – Agent-to-Agent protocol
- AI Toolset (TypeScript) – TypeScript SDK for AI agents
- AI Toolset (Python) – Python SDK for AI agents
- Actions RPC – Direct API calls
- Playground – Test actions in the dashboard