OVPAY-2002 - Added YAML for Sendgrid OAS3. #22

Merged
bboterm merged 2 commits from feature/OVPAY-2002 into develop 2025-09-05 12:40:33 +00:00
Showing only changes of commit a87058641d - Show all commits

View File

@ -27,7 +27,7 @@ paths:
tags: tags:
- Mail Send - Mail Send
description: |- description: |-
The Mail Send endpoint allows you to send email over SendGrids v3 Web API, the most recent version of our API. If you are looking for documentation about the v2 Mail Send endpoint, see our [v2 API Reference](https://sendgrid.com/docs/API_Reference/Web_API/mail.html). The Mail Send endpoint allows you to send email over SendGrid's v3 Web API, the most recent version of our API. If you are looking for documentation about the v2 Mail Send endpoint, see our [v2 API Reference](https://sendgrid.com/docs/API_Reference/Web_API/mail.html).
## Helper Libraries ## Helper Libraries
@ -49,11 +49,11 @@ paths:
``` ```
"dynamic_template_data": { "dynamic_template_data": {
"guest": "Jane Doe", "guest": "Jane Doe",
"partysize": "4", "partysize": "4",
"english": true, "english": true,
"date": "April 1st, 2021" "date": "April 1st, 2021"
} }
``` ```
For more information about Dynamic Transactional Templates and Handlebars, see our documentation and reference pages. For more information about Dynamic Transactional Templates and Handlebars, see our documentation and reference pages.
@ -354,7 +354,7 @@ paths:
description: HTML to be appended to the email with the subscription tracking link. You may control where the link is by using the tag <% %> description: HTML to be appended to the email with the subscription tracking link. You may control where the link is by using the tag <% %>
substitution_tag: substitution_tag:
type: string type: string
description: 'A tag that will be replaced with the unsubscribe URL. for example: `[unsubscribe_url]`. If this parameter is used, it will override both the `text` and `html` parameters. The URL of the link will be placed at the substitution tags location with no additional formatting.' description: "A tag that will be replaced with the unsubscribe URL. for example: `[unsubscribe_url]`. If this parameter is used, it will override both the `text` and `html` parameters. The URL of the link will be placed at the substitution tag's location with no additional formatting."
ganalytics: ganalytics:
type: object type: object
description: Allows you to enable tracking provided by Google Analytics. description: Allows you to enable tracking provided by Google Analytics.