-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/ballerina-platform/ballerin…
…ax-openapi-connectors into worldbank-date-optional
- Loading branch information
Showing
25 changed files
with
8,060 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[package] | ||
org = "ballerinax" | ||
name = "sendgrid" | ||
version = "0.1.0" | ||
authors = ["Ballerina"] | ||
license= ["Apache-2.0"] | ||
keywords = ["sendgrid", "send mail", "sendgrid alerts"] | ||
repository = "https://github.com/ballerina-platform/ballerinax-openapi-connectors" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Connects to Sendgrid API from Ballerina. | ||
|
||
## Module Overview | ||
|
||
The Sendgrid connector consume the data exposed in https://api.sendgrid.com/v3. It is currently supporting the following operations. | ||
|
||
- Send Mail | ||
- Retrieve all Alerts | ||
- Create a new Alert | ||
- Update Alert by Id | ||
- Delete Alert by Id | ||
- List all Subusers | ||
- Create Subuser | ||
- Delete Subuser by Name | ||
- Retrieve all Blocks | ||
- Get Suppression Spam Reports | ||
|
||
## Compatibility | ||
|
||
| Ballerina Language Versions | Sendgrid API | | ||
|:----------------------------:|:------------------------:| | ||
| Swan Lake Alpha 5 | v3 | |
Oops, something went wrong.