IPostaEndpoints
Interfacenet10.0
Defines the application-facing Posta API endpoints supported by this client.
namespace CommunityToolkit.Aspire.Posta.Endpoints;
public interface IPostaEndpoints{ // ...}21 members
Properties21
Section titled PropertiesApplicationInfoabstractgetGets the application information endpoint.
CreateTemplateabstractgetGets the create-template endpoint.
DeleteTemplateabstractgetGets the delete-template endpoint.
GetEmailDeliveryStatusabstractgetGets the email status endpoint.
GetEmailDetailsabstractgetGets the email details endpoint.
GetTemplateabstractgetGets the template details endpoint.
ListTemplatesabstractgetGets the templates collection endpoint.
LivenessProbeabstractgetGets the liveness endpoint.
PreviewEmailFromTemplateabstractgetGets the email preview endpoint.
PreviewTemplateabstractgetGets the template preview endpoint.
ReadinessProbeabstractgetGets the readiness endpoint.
ReSubscribeAnEmailToAListabstractgetGets the subscriber-list resubscribe endpoint.
RetryFailedEmailabstractgetGets the email retry endpoint.
SendAnEmailabstractgetGets the send email endpoint.
SendBatchEmailsabstractgetGets the batch email endpoint.
SendEmailUsingTemplateabstractgetGets the send-template endpoint.
SendTestEmailabstractgetGets the template test-send endpoint.
SubscribeAnEmailToAListabstractgetGets the subscriber-list subscription endpoint.
UnsubscribeAnEmailFromAListabstractgetGets the subscriber-list unsubscribe endpoint.
UpdateTemplateabstractgetGets the update-template endpoint.
VerifyAnEmailAddressabstractgetGets the email verification endpoint.