Skip to main content
WEBHOOK

Body

application/json

Body firmintent POSTs to your callback_url when a job is done (documentation only).

job_id
string
required
company_id
integer | null
required
status
string
required
Allowed value: "done"
Example:

"done"

target_people_count
integer
required
target_people
TargetPerson · object[]
required
company
Company · object | null
persona
AppliedPersona · object | null

The persona applied to this job, or null if none.

credits_charged
enum<integer>
default:0

Actual numeric charge; 0 for unmetered jobs.

Available options:
0,
1
Example:

1

credits_balance
integer | null

Your remaining balance after this job (null for unmetered keys).

Example:

7

Response

Successful Response