Skip to content
DocsTry Aspire
DocsTry

PostaEndpoints Properties

ClassProperties21 members
Provides the default application-facing Posta API endpoint definitions.
Gets the application information endpoint.
public virtual PostaEndpoint ApplicationInfo { get; }
Gets the create-template endpoint.
public virtual PostaEndpoint CreateTemplate { get; }
Gets the delete-template endpoint.
public virtual PostaEndpoint DeleteTemplate { get; }
Gets the email status endpoint.
public virtual PostaEndpoint GetEmailDeliveryStatus { get; }
Gets the email details endpoint.
public virtual PostaEndpoint GetEmailDetails { get; }
Gets the template details endpoint.
public virtual PostaEndpoint GetTemplate { get; }
Gets the templates collection endpoint.
public virtual PostaEndpoint ListTemplates { get; }
Gets the liveness endpoint.
public virtual PostaEndpoint LivenessProbe { get; }
Gets the email preview endpoint.
public virtual PostaEndpoint PreviewEmailFromTemplate { get; }
Gets the template preview endpoint.
public virtual PostaEndpoint PreviewTemplate { get; }
Gets the readiness endpoint.
public virtual PostaEndpoint ReadinessProbe { get; }
Gets the subscriber-list resubscribe endpoint.
public virtual PostaEndpoint ReSubscribeAnEmailToAList { get; }
Gets the email retry endpoint.
public virtual PostaEndpoint RetryFailedEmail { get; }
Gets the send email endpoint.
public virtual PostaEndpoint SendAnEmail { get; }
Gets the batch email endpoint.
public virtual PostaEndpoint SendBatchEmails { get; }
Gets the send-template endpoint.
public virtual PostaEndpoint SendEmailUsingTemplate { get; }
Gets the template test-send endpoint.
public virtual PostaEndpoint SendTestEmail { get; }
Gets the subscriber-list subscription endpoint.
public virtual PostaEndpoint SubscribeAnEmailToAList { get; }
Gets the subscriber-list unsubscribe endpoint.
public virtual PostaEndpoint UnsubscribeAnEmailFromAList { get; }
Gets the update-template endpoint.
public virtual PostaEndpoint UpdateTemplate { get; }
Gets the email verification endpoint.
public virtual PostaEndpoint VerifyAnEmailAddress { get; }