Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • For webhooks entity:
    • createWebhook : create a webhook
    • listWebhooks : list webhooks by project, account/domain, and all (for admin)
    • deleteWebhook : delete a webhook
    • updateWebhook : update a webhook (to enable/disable and change other attributes of the hook)
    • listWebhookDeliveries : List recent deliveries (keep last X number of deliveries history for troubleshooting and history purposes; controlled by a global setting) (see Github’s for inspiration)
    • executeWebhookDelivery : Ability to trigger a test payload for troubleshooting/testing


  • For webhooks history:
    • listWebhookDeliveries : List recent history (keep last X number of deliveries history for troubleshooting and history purposes; controlled by a global setting) (see Github’s for inspiration)
    • deleteWebhookDelivery : Delete the history of deliveries/dispatches for a webhook or a management server
    • executeWebhookDelivery : Ability to trigger a test payload for troubleshooting/testing


2. New Global configurations

...