← Tools Reference

Manatal

Manatal integration (Productivity). Imported from open-connector.

API key8 toolshttps://api.manatal.com/open/v3
GET
manatal_list_candidates
List Manatal candidates with pagination and recruitment profile filters.

/candidates/

26 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to request. Manatal starts pagination at 1.
pageSizeintegeroptionalNumber of records to return per page.
idintegeroptionalReturn a specific candidate ID.
fullNamestringoptionalFilter candidates by full name.
creatorIdintegeroptionalReturn candidates created by this Manatal user ID.
ownerIdintegeroptionalReturn candidates owned by this Manatal user ID.
sourceTypestringoptionalFilter candidates by source type.
emailstringoptionalFilter candidates by email address.
phoneNumberstringoptionalFilter candidates by phone number.
genderstringoptionalFilter candidates by gender.
birthDateGtestringoptionalReturn candidates born on or after this date.
birthDateLtestringoptionalReturn candidates born on or before this date.
addressstringoptionalFilter candidates by address text.
latestDegreestringoptionalFilter candidates by latest degree.
latestUniversitystringoptionalFilter candidates by latest university.
currentCompanystringoptionalFilter candidates by current company.
currentPositionstringoptionalFilter candidates by current position.
descriptionstringoptionalFilter candidates by description text.
externalIdstringoptionalFilter candidates by external ID.
candidateTagsstringoptionalFilter candidates by candidate tag IDs or names.
candidateIndustriesstringoptionalFilter candidates by candidate industry IDs or names.
candidateLocationstringoptionalFilter candidates by location text.
createdAtGtestringoptionalReturn records created at or after this timestamp.
createdAtLtestringoptionalReturn records created at or before this timestamp.
updatedAtGtestringoptionalReturn records updated at or after this timestamp.
updatedAtLtestringoptionalReturn records updated at or before this timestamp.
GET
manatal_get_candidate
Retrieve a single Manatal candidate by ID.

/candidates/{candidateId}/

1 parameter
ParamTypeRequiredDescription
candidateIdintegerrequiredID of the Manatal candidate to retrieve.
GET
manatal_list_jobs
List Manatal jobs with pagination and job status filters.

/jobs/

25 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to request. Manatal starts pagination at 1.
pageSizeintegeroptionalNumber of records to return per page.
idintegeroptionalReturn a specific job ID.
organizationIdintegeroptionalFilter jobs by organization ID.
positionNamestringoptionalFilter jobs by position name.
headcountintegeroptionalFilter jobs by required headcount.
creatorIdintegeroptionalReturn jobs created by this Manatal user ID.
ownerIdintegeroptionalReturn jobs owned by this Manatal user ID.
addressstringoptionalFilter jobs by address text.
statusstringoptionalFilter jobs by status.
frequencystringoptionalFilter jobs by salary frequency.
citystringoptionalFilter jobs by city.
statestringoptionalFilter jobs by state.
contractDetailsstringoptionalFilter jobs by contract details.
isPublishedbooleanoptionalFilter jobs by whether they are published.
isRemotebooleanoptionalFilter jobs by whether they are remote.
externalIdstringoptionalFilter jobs by external ID.
openAtGtestringoptionalReturn jobs opened at or after this timestamp.
openAtLtestringoptionalReturn jobs opened at or before this timestamp.
closeAtGtestringoptionalReturn jobs closed at or after this timestamp.
closeAtLtestringoptionalReturn jobs closed at or before this timestamp.
createdAtGtestringoptionalReturn records created at or after this timestamp.
createdAtLtestringoptionalReturn records created at or before this timestamp.
updatedAtGtestringoptionalReturn records updated at or after this timestamp.
updatedAtLtestringoptionalReturn records updated at or before this timestamp.
GET
manatal_get_job
Retrieve a single Manatal job by ID.

/jobs/{jobId}/

1 parameter
ParamTypeRequiredDescription
jobIdintegerrequiredID of the Manatal job to retrieve.
GET
manatal_list_organizations
List Manatal organizations with pagination and organization filters.

/organizations/

15 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to request. Manatal starts pagination at 1.
pageSizeintegeroptionalNumber of records to return per page.
idintegeroptionalReturn a specific organization ID.
namestringoptionalFilter organizations by name.
creatorIdintegeroptionalReturn organizations created by this Manatal user ID.
ownerIdintegeroptionalReturn organizations owned by this Manatal user ID.
addressstringoptionalFilter organizations by address text.
websitestringoptionalFilter organizations by website.
isPublicbooleanoptionalFilter organizations by whether they are public.
isVisiblebooleanoptionalFilter organizations by whether they are visible.
externalIdstringoptionalFilter organizations by external ID.
createdAtGtestringoptionalReturn records created at or after this timestamp.
createdAtLtestringoptionalReturn records created at or before this timestamp.
updatedAtGtestringoptionalReturn records updated at or after this timestamp.
updatedAtLtestringoptionalReturn records updated at or before this timestamp.
GET
manatal_get_organization
Retrieve a single Manatal organization by ID.

/organizations/{organizationId}/

1 parameter
ParamTypeRequiredDescription
organizationIdintegerrequiredID of the Manatal organization to retrieve.
GET
manatal_list_matches
List Manatal candidate-job matches with pagination and pipeline filters.

/matches/

19 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to request. Manatal starts pagination at 1.
pageSizeintegeroptionalNumber of records to return per page.
orderingstringoptionalField used to order Manatal match results.
externalIdstringoptionalFilter matches by external ID.
stageInstringoptionalComma-separated Manatal pipeline stage IDs.
hiredAtGtestringoptionalReturn matches hired at or after this timestamp.
hiredAtLtestringoptionalReturn matches hired at or before this timestamp.
submittedAtGtestringoptionalReturn matches submitted at or after this timestamp.
submittedAtLtestringoptionalReturn matches submitted at or before this timestamp.
interviewAtGtestringoptionalReturn matches interviewed at or after this timestamp.
interviewAtLtestringoptionalReturn matches interviewed at or before this timestamp.
offerAtGtestringoptionalReturn matches offered at or after this timestamp.
offerAtLtestringoptionalReturn matches offered at or before this timestamp.
droppedAtGtestringoptionalReturn matches dropped at or after this timestamp.
droppedAtLtestringoptionalReturn matches dropped at or before this timestamp.
createdAtGtestringoptionalReturn records created at or after this timestamp.
createdAtLtestringoptionalReturn records created at or before this timestamp.
updatedAtGtestringoptionalReturn records updated at or after this timestamp.
updatedAtLtestringoptionalReturn records updated at or before this timestamp.
GET
manatal_get_match
Retrieve a single Manatal candidate-job match by ID.

/matches/{matchId}/

1 parameter
ParamTypeRequiredDescription
matchIdintegerrequiredID of the Manatal match to retrieve.