Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Multiple Webhook Support #1067

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Commits on Apr 18, 2023

  1. Multiple Webhook Support

    SendGrid now allows for multiple webhooks and this PR pulls in the non-breaking API changes to support it.
    
    Webhook resources will now take an ID parameter to target specific webhooks. When a webhook resource is NOT
    used with an ID, the API falls back to legacy behavior assuming there is only one webhook, and this defaults
    to the oldest webhook available. Users should update their services to reference webhooks by ID.
    sethgrid committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7922352 View commit details
    Browse the repository at this point in the history
  2. update comment / doc, add entry for legacy behavior

    sethgrid committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    3b0ec20 View commit details
    Browse the repository at this point in the history
  3. remove unused var

    sethgrid committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    b1552a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e02971a View commit details
    Browse the repository at this point in the history
  5. remove debugging lines

    sethgrid committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    f7c7e7f View commit details
    Browse the repository at this point in the history