-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels