Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.09 KB

relayWebhooks.md

File metadata and controls

24 lines (20 loc) · 1.09 KB

Relay Webhooks

This library provides easy access to the Relay Webhooks Resource.

Methods

  • list()
    List all relay webhooks.
  • get(id)
    Get details about a specified relay webhook by its id
    • id - the id of the relay webhook you want to look up required
  • create(webhook)
    Create a new relay webhook
  • update(id, webhook)
    Update an existing relay webhook
  • delete(id)
    Delete an existing relay webhook
    • id - the id of the relay webhook you want to delete required

Examples

Visit our examples section to see all of our relay webhook resource examples.