Vincent Poirier
Vincent Poirier

Reputation: 4315

Manual Webhook trigger and "webhook.create"

  1. 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.

  1. When a Webhook is created or deleted, is the Webhook app.update launched?

Thank you!

Upvotes: 0

Views: 338

Answers (1)

  1. Only by performing the same types of actions that will normally fire a webhook. I.e. you cannot fake it.

  2. No, the app.update webhook is only fired when the app is saved through the template editor.

Upvotes: 2

Related Questions