Skip to content
DocsTry Aspire
DocsTry

IPostaEndpoints

Interfacenet10.0
📦 CommunityToolkit.Aspire.Posta v13.5.0
Defines the application-facing Posta API endpoints supported by this client.
namespace CommunityToolkit.Aspire.Posta.Endpoints;
public interface IPostaEndpoints
{
// ...
}
ApplicationInfoabstractget
Gets the application information endpoint.
CreateTemplateabstractget
Gets the create-template endpoint.
DeleteTemplateabstractget
Gets the delete-template endpoint.
GetEmailDeliveryStatusabstractget
Gets the email status endpoint.
GetEmailDetailsabstractget
Gets the email details endpoint.
GetTemplateabstractget
Gets the template details endpoint.
ListTemplatesabstractget
Gets the templates collection endpoint.
LivenessProbeabstractget
Gets the liveness endpoint.
PreviewEmailFromTemplateabstractget
Gets the email preview endpoint.
PreviewTemplateabstractget
Gets the template preview endpoint.
ReadinessProbeabstractget
Gets the readiness endpoint.
ReSubscribeAnEmailToAListabstractget
Gets the subscriber-list resubscribe endpoint.
RetryFailedEmailabstractget
Gets the email retry endpoint.
SendAnEmailabstractget
Gets the send email endpoint.
SendBatchEmailsabstractget
Gets the batch email endpoint.
SendEmailUsingTemplateabstractget
Gets the send-template endpoint.
SendTestEmailabstractget
Gets the template test-send endpoint.
SubscribeAnEmailToAListabstractget
Gets the subscriber-list subscription endpoint.
UnsubscribeAnEmailFromAListabstractget
Gets the subscriber-list unsubscribe endpoint.
UpdateTemplateabstractget
Gets the update-template endpoint.
VerifyAnEmailAddressabstractget
Gets the email verification endpoint.
View all properties