sendSignal
input
*SendSignalInput!
Name | Description |
---|---|
String! | The type of the signal to be sent.Currently, only ApplicationComplete , ApplicationStatusUpdate and PositionStatusUpdate are supported. |
String | The identifier of the original SEEK job application.Only applicable to application status updates for Optimised Apply. |
SendSignal_StateInput | The current state of the application or position. |
[String!] | The identifiers to correlate the signal back to the SEEK job ads.Only applicable to position signals. |
SendSignal_StateInput | The previous state of the application or position.This is an optional field, and can be omitted if your software does not track this information. |
String | The unique tracking token.This token is generated by SEEK, and is associated with a given application.
Do not re-use this field across multiple applications.Only applicable to application status updates for external applications. |