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

Use api.sendgrid.com instead of non-api version #545

Merged
merged 1 commit into from
Aug 13, 2020

Commits on Aug 13, 2020

  1. Use api.sendgrid.com instead of non-api version

    What changed?
    =============
    
    Sendgrid's docs state,
    
    > A Host. The host for Web API v3 requests is always
    https://api.sendgrid.com/v3/
    
    Bamboo has the base uri as https:/sendgrid.com/v3/. It seems that when
    commit e8e9816 updated to use v3, we
    somehow lost the `api` portion.
    
    For more see sendgrid's docs:
    https://sendgrid.com/docs/for-developers/sending-email/api-getting-started/
    germsvel committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    5a35402 View commit details
    Browse the repository at this point in the history