Workable entegrasyonu | Zervanor
← Tüm konnektörler

Workable

Aynı zamanda bir ajan aracı
hr

Workable recruiting / applicant tracking (ATS) via the v3 REST API — jobs, candidates and pipeline actions (move, disqualify, tag, rate, comment), requisitions and offers, departments, members, recruiters, custom attributes, calendar events and native webhook subscriptions.

60 eylemler · 7 tetikleyiciler

Workable entegrasyonu — 60 aksiyon ve 7 tetikleyici ile Workable'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: List Accounts, Get Account, List Members, Update Member, Invite Member. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.

Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.

Tetikleyiciler 7

Workable üzerinde bir iş akışını başlatabilen olaylar.

webhook

Candidate Created

Fires when a candidate is added to a job or to the talent pool.

webhook

Candidate Moved

Fires when a candidate moves to a different pipeline stage.

webhook

Candidate Deleted

Fires when a candidate is deleted in Workable.

webhook

Job Deleted

Fires when a job is deleted in Workable.

polling

New or updated Workable jobs

Polls /jobs for jobs created or updated since the last run.

polling

New or updated Workable candidates

Polls /candidates for candidates created or updated since the last run.

polling

New or updated Workable requisitions

Polls /requisitions for requisitions created or updated since the last run.

Eylemler 60

Zervanor'un Workable üzerinde yapabilecekleri.

Candidates16

GET

List Candidates

List candidates across all jobs or filtered to one job/stage — the poll source for new applicants and pipeline changes.

GET

Get Candidate

Full details for one candidate, including resume, experience, education and pipeline state.

PATCH

Update Candidate

Update a candidate's profile fields. Field names mirror the candidate object documented on Create Candidate.

GET

List Candidate Activities

The candidate's timeline — stage moves, comments, ratings and other pipeline activity.

GET

List Candidate Files

Files attached to the candidate (resume and other attachments).

GET

Get Candidate Offer

The offer extended to this candidate, with its documents and merge variables.

POST

Comment On Candidate

Post a comment onto a candidate's timeline. Request-body field names for this endpoint are not individually documented in Workable's captured reference (see compatibility.md workable-09) — the parameters below reuse the field names Workable documents for this resource elsewhere; verify against a real call.

PUT

Tag Candidate

Replace the candidate's full tag list. An empty array clears every tag.

POST

Disqualify Candidate

Disqualify a candidate — reject them or mark them as withdrawn.

POST

Revert Candidate Disqualification

Undo a disqualification and put the candidate back into the pipeline.

POST

Copy Candidate

Copy a candidate onto another job, keeping the original record. Request-body field names for this endpoint are not individually documented in Workable's captured reference (see compatibility.md workable-09) — the parameters below reuse the field names Workable documents for this resource elsewhere; verify against a real call.

POST

Relocate Candidate

Move a candidate to a different job (distinct from a pipeline stage move). Request-body field names for this endpoint are not individually documented in Workable's captured reference (see compatibility.md workable-09) — the parameters below reuse the field names Workable documents for this resource elsewhere; verify against a real call.

POST

Move Candidate

Move a candidate to a different pipeline stage.

POST

Rate Candidate

Add a rating (with comment and optional scorecard) to a candidate.

PUT

Update Candidate Rating

Update an existing rating on a candidate. Field names mirror Rate Candidate.

POST

Update Candidate Custom Attribute Value

Set a custom attribute value on a candidate. Workable does not document this endpoint's request-body field names in the captured reference (compatibility.md workable-09), so no body parameters are declared — they must be added once verified against a real call.

Jobs10

GET

List Jobs

List the account's jobs, filterable by state and by creation/update time — the poll source for new or changed job postings.

GET

Get Job

Full details for one job, including description, requirements and benefits.

GET

List Job Activities

The job's activity feed — applications, comments and stage moves on that job.

GET

Get Job Application Form

The application form definition configured for this job.

GET

List Job Questions

The custom application questions configured for this job.

GET

List Job Stages

The pipeline stages configured for this job.

GET

List Job Custom Attributes

The custom attributes configured on this job.

GET

List Job Members

The members and collaborators assigned to this job.

GET

List Job Recruiters

The external recruiters assigned to this job.

POST

Create Candidate

Add a candidate directly into a specific job's pipeline (sourced or applied).

Requisitions6

GET

List Requisitions

List hiring requisitions, filterable by state and plan date — the poll source for requisitions waiting on approval.

GET

Get Requisition

Details for one requisition, looked up by its code.

POST

Create Requisition

Create a hiring requisition (a request to open a role).

PATCH

Update Requisition

Update an existing requisition. Field names mirror Create Requisition. Request-body field names for this endpoint are not individually documented in Workable's captured reference (see compatibility.md workable-09) — the parameters below reuse the field names Workable documents for this resource elsewhere; verify against a real call.

POST

Approve Requisition

Approve a requisition that is waiting on a decision. Request-body field names for this endpoint are not individually documented in Workable's captured reference (see compatibility.md workable-09) — the parameters below reuse the field names Workable documents for this resource elsewhere; verify against a real call.

POST

Reject Requisition

Reject a requisition that is waiting on a decision. Request-body field names for this endpoint are not individually documented in Workable's captured reference (see compatibility.md workable-09) — the parameters below reuse the field names Workable documents for this resource elsewhere; verify against a real call.

Departments5

GET

List Departments

List the account's departments. Workable returns this one as a bare array rather than an object envelope.

POST

Create Department

Create a department.

PUT

Update Department

Rename a department or change its parent. Request-body field names for this endpoint are not individually documented in Workable's captured reference (see compatibility.md workable-09) — the parameters below reuse the field names Workable documents for this resource elsewhere; verify against a real call.

POST

Merge Department

Merge one department into another. Workable does not document this endpoint's request-body field names in the captured reference (compatibility.md workable-09), so no body parameters are declared.

DELETE

Delete Department

Delete a department. Returns 409 with the blocking resources if dependents exist — pass force=DELETE to bypass that check.

Members5

GET

List Members

List the account's members (recruiters, hiring managers, admins) with their roles and status.

PUT

Update Member

Update a member's role or collaboration settings. Request-body field names for this endpoint are not individually documented in Workable's captured reference (see compatibility.md workable-09) — the parameters below reuse the field names Workable documents for this resource elsewhere; verify against a real call.

POST

Invite Member

Invite a new member to the Workable account. Request-body field names for this endpoint are not individually documented in Workable's captured reference (see compatibility.md workable-09) — the parameters below reuse the field names Workable documents for this resource elsewhere; verify against a real call.

DELETE

Delete Member

Remove a member from the Workable account.

POST

Enable Member

Re-enable a previously disabled member.

Offers3

GET

Get Offer

Details for one offer.

POST

Approve Offer

Approve an offer that is waiting on a decision. Request-body field names for this endpoint are not individually documented in Workable's captured reference (see compatibility.md workable-09) — the parameters below reuse the field names Workable documents for this resource elsewhere; verify against a real call.

POST

Reject Offer

Reject an offer that is waiting on a decision. Request-body field names for this endpoint are not individually documented in Workable's captured reference (see compatibility.md workable-09) — the parameters below reuse the field names Workable documents for this resource elsewhere; verify against a real call.

Subscriptions3

GET

List Webhook Subscriptions

List the account's active webhook subscriptions.

POST

Create Webhook Subscription

Register a webhook subscription so Workable pushes an event to Zervanor. Each event type needs its own subscription and each target URL must be unique.

DELETE

Delete Webhook Subscription

Remove a webhook subscription.

Accounts2

GET

List Accounts

List every Workable account the connected token can access, with each account's subdomain. Parameterless and subdomain-independent — the connector's connectivity/credential test.

GET

Get Account

Details for a single Workable account, looked up by its subdomain.

Events2

GET

List Events

List scheduled interviews, calls and meetings — the poll source for upcoming hiring events.

GET

Get Event

Details for one calendar event (interview, call or meeting).

Collaboration Permissions1

GET

List Collaboration Permissions

List the collaboration permission definitions configured on the account.

Custom Attributes1

GET

List Custom Attributes

List the account's custom attributes used on jobs, candidates and requisitions.

Disqualification Reasons1

GET

List Disqualification Reasons

List the disqualification reasons configured for the account.

Legal Entities1

GET

List Legal Entities

List the legal entities configured on the account.

Permission Sets1

GET

List Permission Sets

List the permission sets (roles) configured on the account.

Recruiters1

GET

List Recruiters

List the account's external recruiters, optionally filtered to one job.

Stages1

GET

List Stages

List the pipeline stages configured for the account.

Talent Pool1

POST

Create Talent Pool Candidate

Add a candidate to the general talent pool rather than to a specific job.

Workable kullanan Çözüm Şablonları

Workable ile kendi otomasyonunu görsel tasarımcıda kur.

Sıkça sorulan sorular

Workable ile neler otomatikleştirebilirim?

60 aksiyon var — örneğin: List Accounts, Get Account, List Members, Update Member, Invite Member ve daha fazlası.

Hangi Workable olayları bir workflow başlatabilir?

7 tetikleyici — örneğin: Candidate Created, Candidate Moved, Candidate Deleted, Job Deleted.

Workable bir AI agent aracı olarak kullanılabilir mi?

Evet. Workable'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.

Workable entegrasyonu nasıl modellenir?

Workable sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.