sendApplicationSignal
MUTATION

Submits a signal representing applicant activity on your recruitment software.Caution: this is currently under development and may be changed or removed without notice.

Arguments

Name
Description
schemeId* 
String!
The scheme ID of the application signal.Supported values are: global and globalPublicTest.
token* 
String!
The unique tracking token.This token must be generated by SEEK and should be distinct for a given application.
typeCode* 
String!
The type of the signal to be sent.Currently, only ApplicationComplete is supported.

Result

Name
Description
The Boolean scalar type represents true or false.

Sample

GraphQL
mutation ($input: SendApplicationSignalInput!) {
  sendApplicationSignal(input: $input)
}