Application mail
GET /me/tracking/{slug}/followup Session or API key
Draft a chase for a silent application.
Offered only when the application is in the silent state the tracking board’s own badge uses — a 409 otherwise. recipient/recipient_name are omitted when nobody at the company ever replied, which is the common case: the draft is handed to you, nothing is sent.
Path parameters
slugstring required- The job
public_slug.
curl "https://freehire.me/api/v1/me/tracking/<slug>/followup" -H "Authorization: Bearer $HIREALL_API_KEY"{ "data": { "subject": "Following up: Senior Go Engineer application", "body": "Hi …", "recipient": "recruiting@acme.com", "recipient_name": "Acme Recruiting", "days_silent": 12 } }