Submits a batch of signals representing the progression of candidates and positions through a recruitment process.Up to 100 signals can be sent in a single request.
Arguments
input*SendSignalsInput!| Name | Description |
|---|---|
[SendSignalInput!]! | The batch of signals to be sent.Up to 100 signals can be sent in a single request. |
Sample
GraphQL
CopyGraphQL Explorer
mutation ($input: SendSignalsInput!) {
sendSignals(input: $input)
}