Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Follow instructions in our Webhook documentation to create a new Webhook for Lever. Here are the config elements you will need to set:

config:auth_scheme=request_signing_ashby
config:signature_token=<a random password string that's used as secret token in Ashby>

To set up a webhook in Ashby, you need to configure your payload url (copied from OnLink webhook configuration), the webhook event type (you can choose the event type from a dropdown when configuring a new webhook), and a secret token (from OnLink webhook configuration).

Webhooks are configured in Ashby under the Admin panel, by going to Admin > Ashby API > Webhooks. Create a new webhook by clicking the "New" button or edit/delete an existing webhook by clicking on it in the list.

Then follow instructions here to configure webhook in Ashby: https://developers.ashbyhq.com/docs/setting-up-webhooks

Here are some fields available in Ashby payload that can be used for mapping in OnLink - a full list is available here https://developers.ashbyhq.com/reference/introduction :
"name": "Adam Hart",
"emailAddresses",
"phoneNumbers",
"position": "Software Engineer",
"company": "Auction.com",
"school": "Princeton University",


  • No labels