Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.altahq.com/v1/prospects/{prospectId}/resume \ --header 'Authorization: Bearer <token>'
{ "error": "Unauthorized", "message": "Invalid API token" }
Resumes the outreach workflow for a paused prospect.
API token authentication. Generate a token from the Alta dashboard and pass it as a Bearer token in the Authorization header.
The UUID of the prospect to resume.
Prospect resumed successfully