Skip to content
DocsTry Aspire
DocsTry

PostaEndpoints

Classnet10.0
📦 CommunityToolkit.Aspire.Posta v13.5.0
Provides the default application-facing Posta API endpoint definitions.
namespace CommunityToolkit.Aspire.Posta.Endpoints;
public class PostaEndpoints
: CommunityToolkit.Aspire.Posta.Endpoints.IPostaEndpoints
{
// ...
}
View all constructors
ApplicationInfovirtualget
Gets the application information endpoint.
CreateTemplatevirtualget
Gets the create-template endpoint.
DeleteTemplatevirtualget
Gets the delete-template endpoint.
GetEmailDeliveryStatusvirtualget
Gets the email status endpoint.
GetEmailDetailsvirtualget
Gets the email details endpoint.
GetTemplatevirtualget
Gets the template details endpoint.
ListTemplatesvirtualget
Gets the templates collection endpoint.
LivenessProbevirtualget
Gets the liveness endpoint.
PreviewEmailFromTemplatevirtualget
Gets the email preview endpoint.
PreviewTemplatevirtualget
Gets the template preview endpoint.
ReadinessProbevirtualget
Gets the readiness endpoint.
ReSubscribeAnEmailToAListvirtualget
Gets the subscriber-list resubscribe endpoint.
RetryFailedEmailvirtualget
Gets the email retry endpoint.
SendAnEmailvirtualget
Gets the send email endpoint.
SendBatchEmailsvirtualget
Gets the batch email endpoint.
SendEmailUsingTemplatevirtualget
Gets the send-template endpoint.
SendTestEmailvirtualget
Gets the template test-send endpoint.
SubscribeAnEmailToAListvirtualget
Gets the subscriber-list subscription endpoint.
UnsubscribeAnEmailFromAListvirtualget
Gets the subscriber-list unsubscribe endpoint.
UpdateTemplatevirtualget
Gets the update-template endpoint.
VerifyAnEmailAddressvirtualget
Gets the email verification endpoint.
View all properties