Skip to content

Class MailgunInvitationDeliveryStatusEndpointRouteBuilderExtensions

Namespace: Cephalon.MultiTenancy.Governance.MailgunDelivery.AspNetCore.Hosting
Assembly: Cephalon.MultiTenancy.Governance.MailgunDelivery.AspNetCore.dll

Maps ASP.NET Core endpoints for Mailgun webhook tenant-invitation delivery status callbacks.

public static class MailgunInvitationDeliveryStatusEndpointRouteBuilderExtensions

objectMailgunInvitationDeliveryStatusEndpointRouteBuilderExtensions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

MapCephalonMailgunInvitationDeliveryStatusCallbacks(IEndpointRouteBuilder)

Section titled “ MapCephalonMailgunInvitationDeliveryStatusCallbacks(IEndpointRouteBuilder)”

Maps the optional Mailgun webhook tenant-invitation delivery status callback endpoint.

public static IEndpointRouteBuilder MapCephalonMailgunInvitationDeliveryStatusCallbacks(this IEndpointRouteBuilder endpoints)

endpoints IEndpointRouteBuilder

The endpoint route builder to extend.

IEndpointRouteBuilder

The same endpoint route builder for fluent routing composition.

The endpoint translates Mailgun webhook JSON payloads into the host-agnostic . It can also verify Mailgun HMAC-SHA256 webhook signatures and reject bounded process-local token replays when configured. Durable inboxing and provider polling remain host-managed or future provider-pack responsibilities.