Kernel::WebApp::Controller::API::Public::PostMaster::Read

NAME

Kernel::WebApp::Controller::API::Public::PostMaster::Read – Receiving endpoint for Incoming Emails

ValidationQueryParameters()

Additional Parameters:

TargetQueue – The name of the default queue where the ticket will be created

Trusted – Whether the email has special trust or not. (Check X-OTRS-* Email Headers)

Authorize()

To authorize the request a Authorisation Token must be sent in the header as X-PostMaster-Token.

All authorized token are configured in the PostMaster::API::Auth::Tokens setting.

See setting PostMaster::API::Auth::Tokens in Kernel::Config::Defaults.

Action()

This will add a file uploaded in the Request Body to a Release.

If the Release is not specified in the Parameters it will be parsed from the file name.

Parameters:

See method ValidationQueryParameters().

Scroll to Top