post https://api.paradox.ai/api/v1/public/scheduling/communication
Sending Email to Hiring Manager(s) with shortlist of candidates for review
Log in to see full request history
Responses
Sending Email to Hiring Manager(s) with shortlist of candidates for review
xxxxxxxxxx
10curl --request POST \
--url https://api.paradox.ai/api/v1/public/scheduling/communication \
--header 'Authorization: Bearer <oauth_token>' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"to": "{\"wids\": \"id1, id2\"}"
}
'
Try It!
to start a request and see the response here! Or choose an example: