Replies: 2 comments
-
We only have support for receiving webhooks build in. Sending is not implemented - see #2038 |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can also use a plugin with the event mixin and manually call your web hook endpoint or directly implement the logic into a plugin. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello,
I am currently in the process of integrating a webhook into our system that should be triggered whenever a part is created or updated. My objective is to have a request containing the details of the affected part sent to 'http://my_url:5000/some_endpoint' immediately following the creation or update event.
While I have consulted the "api-doc/#webhook" section of the documentation, I found that the information provided was somewhat limited and lacked the depth I require to complete this task effectively.
Could you please provide me with a more comprehensive guide or examples on how to establish such a webhook? Specifically, I am looking for details on:
Tanks in advance !
Beta Was this translation helpful? Give feedback.
All reactions