Jericho

Results 173 comments of Jericho

Thanks for bringing this to my attention. Is this the new enhancement SendGrid [announced](https://sendgrid.com/docs/release-notes/#account-setup-requirements) in September 2020? It wasn't clear in the release notes that there was new API endpoints.

I am a little confused though. What's the distinction between this new "verified senders" endpoint and the "sender identities" endpoint which StrongGrid already supports? - In both cases we can...

Also let's not forget the "legacy" sender identities. This means that there are three ways to manage senders in the SendGrid API: - https://sendgrid.api-docs.io/v3.0/sender-identities-api/create-a-sender-identity - https://sendgrid.api-docs.io/v3.0/senders/create-a-sender-identity-1 - https://sendgrid.api-docs.io/v3.0/sender-verification/ownership-verify-email-address

I [asked](https://github.com/sendgrid/docs/issues/6363) SendGrid for guidance on this. Let's see what they say.

I did a quick comparison between "legacy sender identities" (which StrongGrid still supports but probably not for much longer), "sender identities" (which is what StrongGrid currently supports) and "sender verification"...

hummm. Makes sense so I'll leave the `GetDomainWarnList` with the SenderIdentities resource.

While we wait for SendGrid's guidance, I took a stab at replacing the "Sender Identities" endpoints with the "Sender Verification" endpoints. I included a new method to retrieve the list...

This will be a good opportunity to simplify the syntax: Instead of: ```csharp var searchCriteria = new SearchCriteriaEqual(ContactsFilterField.LastName, "Smith"); ``` we will be abel to write this: ```csharp var searchCriteria...

:tada: This issue has been resolved in version 0.93.0 :tada: The release is available on: - [GitHub Release](https://github.com/jericho/StrongGrid/releases/tag/0.93.0) - [NuGet Package](https://www.nuget.org/packages/StrongGrid/0.93.0) Your **[GitReleaseManager](https://github.com/GitTools/GitReleaseManager)** bot :package::rocket:

@kevinchalet, @jsgoupil Here's a new beta release which adds the "Links" paging information to several other methods: https://www.myget.org/feed/jericho/package/nuget/StrongGrid/0.77.0-paginated-respon0070 Please note that while investigating this issue, I found out that some...