Replies: 1 comment 3 replies
-
I think you need an external workflow engine for this: Netbox webhook calls workflow engine, workflow engine calls other actions. If you want a pretty framework then something like Camunda 7 will work, if you can stomach a Java process running in your network; or there are python ones like airflow, prefect and luigi. It's a while since I looked into options for these, but there's a big list here. Otherwise, you could make your first webhook call the second one just before it's finished. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to trigger a Webhook when another Webhook is executed? I want to do 2 requests in a specific sequence. The first one is working great. If I select "Content types: Extras > Webhook", "Events: Job terminations" it won't trigger (I guess because Webhooks are not Jobs in netbox, although it is a job when you look in the django admin ui).
Beta Was this translation helpful? Give feedback.
All reactions