應徵郵件

POST /me/tracking/{slug}/mail-recall/link 工作階段或 API 金鑰

Import and link one message a mail-recall sweep proposed.

Imports the message from your mailbox by provider_id (from a mail-recall response) and links it to the application in one step — the same import-then-link path a Gmail sync uses, so the response is the full message body, the same shape POST /me/emails/{id}/link returns.

路徑參數

slug string 必填
職缺 public_slug

請求內容

provider_id string 必填
The message’s provider_id, from a mail-recall response.
curl
curl -X POST "https://freehire.me/api/v1/me/tracking/<slug>/mail-recall/link" \
  -H "Authorization: Bearer $FREEHIRE_API_KEY" -H 'Content-Type: application/json' \
  -d '{"provider_id":"18f2a…"}'
json — response
{ "data": { "id": 4822, "subject": "Interview invitation", "linked_slug": "senior-go-engineer-acme-1a2b", "link_source": "manual", "...": "..." } }

要針對這個職缺調整履歷嗎?

目前無法檢查您與這個職缺的符合程度;請先將履歷加入個人檔案,下次即可查看。

A new version of freehire is available