Skip to main content

Resend Order emails

POST 

/event/:guid/resend-emails

Resend all Order emails for this Event. Only admins are permitted to resend Order emails for Events.

Request

Path Parameters

    guid uuidrequired

    The guid of the Event.

Body

Input data

    skipPastDays integer

    Orders in the last this many days will not be resent. If this is empty, no days will be skipped.

    orderIds uuid[]

    Only Orders in this list will be resent. If this is empty, all Orders will be resent.

Responses

Resend was successfully requested.

Schema

    orders integer

    The number of Orders for which an email will be resent.

Loading...