You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I 'm integrating webhook SR to my application by application.status.updated. Flow intergations:
Receive request webhook application.status.updated from SR
Get data params and call api GET application status /candidates/{candidate_id}/jobs/{job_id}
Get status from API SR. Update status candidate in my application
But I need to trigger some status of application to change status candidate, avoid call api get status in SR everytime.
Can I pass a variable to url callback for screening status. Ex: ${server_url}/api/public/webhook/callback?status={application.status.updated} with {application.status.updated} is status of application in SR
The text was updated successfully, but these errors were encountered:
I 'm integrating webhook SR to my application by
application.status.updated
. Flow intergations:Receive request webhook
application.status.updated
from SRGet data params and call api
GET application status /candidates/{candidate_id}/jobs/{job_id}
Get status from API SR. Update status candidate in my application
But I need to trigger some status of application to change status candidate, avoid call api get status in SR everytime.
Can I pass a variable to url callback for screening status. Ex: $
{server_url}/api/public/webhook/callback?status={application.status.updated}
with {application.status.updated} is status of application in SRThe text was updated successfully, but these errors were encountered: