PostaEndpoints
Classnet10.0
Provides the default application-facing Posta API endpoint definitions.
namespace CommunityToolkit.Aspire.Posta.Endpoints;
public class PostaEndpoints : CommunityToolkit.Aspire.Posta.Endpoints.IPostaEndpoints{ // ...}22 members
Constructors1
Section titled ConstructorsProperties21
Section titled PropertiesApplicationInfovirtualgetGets the application information endpoint.
CreateTemplatevirtualgetGets the create-template endpoint.
DeleteTemplatevirtualgetGets the delete-template endpoint.
GetEmailDeliveryStatusvirtualgetGets the email status endpoint.
GetEmailDetailsvirtualgetGets the email details endpoint.
GetTemplatevirtualgetGets the template details endpoint.
ListTemplatesvirtualgetGets the templates collection endpoint.
LivenessProbevirtualgetGets the liveness endpoint.
PreviewEmailFromTemplatevirtualgetGets the email preview endpoint.
PreviewTemplatevirtualgetGets the template preview endpoint.
ReadinessProbevirtualgetGets the readiness endpoint.
ReSubscribeAnEmailToAListvirtualgetGets the subscriber-list resubscribe endpoint.
RetryFailedEmailvirtualgetGets the email retry endpoint.
SendAnEmailvirtualgetGets the send email endpoint.
SendBatchEmailsvirtualgetGets the batch email endpoint.
SendEmailUsingTemplatevirtualgetGets the send-template endpoint.
SendTestEmailvirtualgetGets the template test-send endpoint.
SubscribeAnEmailToAListvirtualgetGets the subscriber-list subscription endpoint.
UnsubscribeAnEmailFromAListvirtualgetGets the subscriber-list unsubscribe endpoint.
UpdateTemplatevirtualgetGets the update-template endpoint.
VerifyAnEmailAddressvirtualgetGets the email verification endpoint.