send
Sends disposition data for Indeed Apply jobs. Identify dispositions by Indeed Apply ID, ITTK, or an alternate set of identifiers.
When you call the Indeed PLUS APIs, initiate a timeout after 5,000 milliseconds.
Arguments
input SendPartnerDispositionInput! Required
Response
Returns SendPartnerDispositionPayload .Example
Query
mutation Send($input: SendPartnerDispositionInput!) { partnerDisposition { send(input: $input) { numberGoodDispositions failedDispositions { identifiedBy { indeedApplyID ittk alternateIdentifier { jobIdentifier { indeedJobKey employerJobId atsApplicationIdentifier { ...ATSApplicationIdentifierFragment } } jobSeekerIdentifier { indeedJobSeekerKey emailAddress } } } rationale } } }}
Variables
{"input": SendPartnerDispositionInput}
Response
{ "data": { "partnerDisposition": { "send": { "numberGoodDispositions": 123, "failedDispositions": [FailedPartnerDisposition] } } }}