You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
I'm using the Retool Sendgrid resource which uses the Sendgrid open API spec. It looks like the query parameter is named email in one place, but named email_address in another, which is throwing the error "Required parameter email is not provided" in Retool but due to the spec, I have to provide email_address not email.
The text was updated successfully, but these errors were encountered:
Ahoy! Thank you for opening your first issue here! If this request is regarding troubleshooting your application, please reach out to the support team via https://support.twilio.com. Please note that this repo accepts Issues; however external Pull Requests cannot be accepted because the code is generated using Twilio SendGrid's tooling.
Issue Summary
I'm using the Retool Sendgrid resource which uses the Sendgrid open API spec. It looks like the query parameter is named
email
in one place, but namedemail_address
in another, which is throwing the error "Required parameter email is not provided" in Retool but due to the spec, I have to provideemail_address
notemail
.The text was updated successfully, but these errors were encountered: