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