Email Notification Sender API
Trigger various system Email Notifications via the public API endpoint.
POST
Email Sender Case
Triggers the sending of the Case Email Notification based on the data provided.
/api/v2/admin/email-notification-sender/case
Data / Response:
{
"CaseId": 0
}
Status 204
POST
Email Sender Confirm Email
Triggers the sending of the Confirm Email Email Notification based on the data provided.
/api/v2/admin/email-notification-sender/confirm-email
Data / Response:
{
"Email": "string"
}
Status 204
POST
Email Sender Deferred Order Payment
Triggers the sending of the Deferred Order Payment Email Notification based on the data provided.
/api/v2/admin/email-notification-sender/deferred-order-payment
Data / Response:
{
"OrderId": 0
}
Status 204
POST
Email Sender Gift Voucher
Triggers the sending of the Gift Vouchure Email Notification based on the data provided.
/api/v2/admin/email-notification-sender/gift-voucher
Data / Response:
{
"GiftVoucherId": 0
}
Status 204
POST
Email Sender Invoice
Triggers the sending of the Invoice Email Notification based on the data provided.
/api/v2/admin/email-notification-sender/invoice
Data / Response:
{
"OrderId": 0
}
Status 204
POST
Email Sender Low Stock
Triggers the sending of the Low Stock Email Notification based on the data provided.
/api/v2/admin/email-notification-sender/low-stock
Data / Response:
{
"OrderId": 0
}
Status 204
POST
Email Sender Module Item
Triggers the sending of the Module Item Email Notification based on the data provided.
/api/v2/admin/email-notification-sender/module-item
Data / Response:
{
"Email": "string",
"ModuleItemId": 0,
"EmailMessageEvent": "None"
}
Status 204
POST
Email Sender Password Retrieve
Triggers the sending of the Password Retrieve Email Notification based on the data provided.
/api/v2/admin/email-notification-sender/password-retrieve-email
Data / Response:
{
"Email": "string"
}
Status 204
POST
Email Sender Quote
Triggers the sending of the Quote Email Notification based on the data provided.
/api/v2/admin/email-notification-sender/quote
Data / Response:
{
"OrderId": 0
}
Status 204
POST
Email Sender Restore Admin User Password
Triggers the sending of the Restore Admin User Password Email Notification based on the data provided.
/api/v2/admin/email-notification-sender/restore-admin-user-password
Data / Response:
{
"Email": "string"
}
Status 204
POST
Email Sender Secure Zone Login Details
Triggers the sending of the Secure Zone Login Details Email Notification based on the data provided.
/api/v2/admin/email-notification-sender/secure-zone-login-details
Data / Response:
{
"Email": "string"
}
Status 204
POST
Email Sender Supplier
Triggers the sending of the Supplier Email Notification based on the data provided.
/api/v2/admin/email-notification-sender/supplier
Data / Response:
{
"OrderId": 0
}
Status 204
POST
Email Sender Workflow
Triggers the sending of the Workflow Email Notification based on the data provided.
/api/v2/admin/email-notification-sender/workflows
Data / Response:
{
"Email": "string",
"OrderId": 0,
"CustomWorkflowIds": [
0
]
}
Status 204