Sign in

Create webhook

documented

Create a webhook.

POST /v1/webhooksSystemno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.skilljar.com/v1/webhooks" -X POST -u "{{SKILLJAR_API_KEY}}:" -H "Accept: application/json" -H "Content-Type: application/json" -H "User-Agent: skilljar" -d '{"target_url":"{{$target_url}}","active":{{$active}},"event_type":"{{$event_type}}","basic_auth_username":"{{$basic_auth_username}}","basic_auth_password":"{{$basic_auth_password}}","additional_headers":{{$additional_headers}}}'
Create webhook · Skilljar · OpenIntegrations