- Is it possible to trigger specific webhooks using the API?
We programmatically create Webhooks on all target Apps and want those hooks to be triggered once after the installation. We though of adding a tag and removing it right away (or modifying any field and putting it back right away), but this would trigger other item.update
Webhooks as well.
- When a Webhook is created or deleted, is the Webhook
app.update
launched?
Thank you!