Soenneker.Instantly.Verification
4.0.1777
Prefix Reserved
dotnet add package Soenneker.Instantly.Verification --version 4.0.1777
NuGet\Install-Package Soenneker.Instantly.Verification -Version 4.0.1777
<PackageReference Include="Soenneker.Instantly.Verification" Version="4.0.1777" />
<PackageVersion Include="Soenneker.Instantly.Verification" Version="4.0.1777" />
<PackageReference Include="Soenneker.Instantly.Verification" />
paket add Soenneker.Instantly.Verification --version 4.0.1777
#r "nuget: Soenneker.Instantly.Verification, 4.0.1777"
#:package Soenneker.Instantly.Verification@4.0.1777
#addin nuget:?package=Soenneker.Instantly.Verification&version=4.0.1777
#tool nuget:?package=Soenneker.Instantly.Verification&version=4.0.1777
Soenneker.Instantly.Verification
Start Instantly email-verification jobs with webhook delivery and retrieve results by email address.
Install
dotnet add package Soenneker.Instantly.Verification
Configure and register
{
"Instantly": {
"ApiKey": "<API key>",
"LogEnabled": false
}
}
using Soenneker.Instantly.Verification.Registrars;
services.AddInstantlyVerificationUtilAsScoped();
The scoped verification service deliberately uses the singleton generated-client provider. Use AddInstantlyVerificationUtilAsSingleton() when the operation layer should also live for the application lifetime.
Start verification
using Soenneker.Instantly.OpenApiClient.Models;
using Soenneker.Instantly.Verification.Abstract;
EmailVerification? verification = await verifier.Verify(
"person@example.com",
"https://example.com/webhooks/instantly-verification",
cancellationToken);
The webhook URL must be reachable by Instantly. Verification may initially be Pending; webhook delivery avoids polling when processing takes longer.
Retrieve a result
EmailVerification? result = await verifier.GetResult(
"person@example.com",
cancellationToken);
Instantly retains a verification result for a limited period. Inspect result.Status for request success and result.VerificationStatus for Pending, Verified, or Invalid.
When Instantly:LogEnabled is true, the service logs email addresses and verification outcomes. Leave it disabled when those addresses should not appear in application logs.
API failures are surfaced to the caller. Nullable results indicate that Instantly returned no response body or no available result.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Soenneker.Instantly.ClientUtil (>= 4.0.624)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.Instantly.Verification:
| Package | Downloads |
|---|---|
|
Soenneker.Instantly.Suite
Registers Instantly account, analytics, DFY, lead, Unibox, and email-verification operations together |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.1777 | 74 | 9/4/2026 |
| 4.0.1776 | 87 | 9/4/2026 |
| 4.0.1775 | 57 | 9/4/2026 |
| 4.0.1774 | 78 | 9/4/2026 |
| 4.0.1771 | 91 | 9/4/2026 |
| 4.0.1770 | 65 | 9/3/2026 |
| 4.0.1769 | 128 | 9/1/2026 |
| 4.0.1768 | 78 | 9/1/2026 |
| 4.0.1767 | 82 | 9/1/2026 |
| 4.0.1766 | 116 | 8/31/2026 |
| 4.0.1765 | 118 | 8/31/2026 |
| 4.0.1763 | 114 | 8/31/2026 |
| 4.0.1762 | 282 | 8/26/2026 |
| 4.0.1761 | 114 | 8/26/2026 |
| 4.0.1760 | 108 | 8/26/2026 |
| 4.0.1759 | 165 | 8/22/2026 |
| 4.0.1758 | 232 | 8/21/2026 |
| 4.0.1757 | 107 | 8/21/2026 |
| 4.0.1756 | 274 | 8/18/2026 |
| 4.0.1755 | 155 | 8/15/2026 |
Updated Multiple NuGet packages