Application mail

POST /me/tracking/{slug}/mail-recall/link Session or API key

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.

Path parameters

slug string required
The job public_slug.

Body

provider_id string required
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 $HIREALL_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", "...": "..." } }

Tailor your CV for this role?

We couldn't check your fit for this role — add a CV to your profile to see it next time.

A new version of HireAll is available