Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to pass a variable to callback url webhook #41

Open
tanthienqn opened this issue May 30, 2024 · 0 comments
Open

How to pass a variable to callback url webhook #41

tanthienqn opened this issue May 30, 2024 · 0 comments

Comments

@tanthienqn
Copy link

I 'm integrating webhook SR to my application by application.status.updated. Flow intergations:

  1. Receive request webhook application.status.updated from SR

  2. Get data params and call api GET application status /candidates/{candidate_id}/jobs/{job_id}

  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant