應徵郵件
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.
路徑參數
slugstring 必填- 職缺
public_slug。
請求內容
provider_idstring 必填- The message’s
provider_id, from a mail-recall response.
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…"}'{ "data": { "id": 4822, "subject": "Interview invitation", "linked_slug": "senior-go-engineer-acme-1a2b", "link_source": "manual", "...": "..." } }