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
slugstring required- The job
public_slug.
Body
provider_idstring required- 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 $HIREALL_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", "...": "..." } }