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

Conversation

germsvel
Copy link
Collaborator

Closes #544

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/

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 germsvel merged commit 9ff6723 into master Aug 13, 2020
@germsvel germsvel deleted the gv-use-corrrect-sendgrid-api-url branch August 13, 2020 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default base URI for SendGrid doesn't match SendGrid docs
3 participants