Skip to content

How to pass a variable to callback url webhook #41

@tanthienqn

Description

@tanthienqn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions