Application mail
POST /me/tracking/{slug}/followup Session or API key
Record that you sent a chase.
Does not itself affect the silence calculation — that reads when the other side last moved, and a chase is not a reply. Idempotent within the hour: a double click overwrites the timestamp rather than logging a second event. Returns 204 No Content.
Path parameters
slugstring required- The job
public_slug.
curl -X POST "https://freehire.me/api/v1/me/tracking/<slug>/followup" -H "Authorization: Bearer $HIREALL_API_KEY"