Send email

post

/api/v1/applications/sendCorrespondence

Send a responsive email related to an application. Only 'from scratch' email is supported (no templates)

Request

Supported Media Types
Body ()
Message details to send email.
Root Schema : SendCorrespondence
The application send correspondence item.
Match All
Show Source
Nested Schema : Singular Resource
Type: object
Title: Singular Resource
Oracle base singular resource schema definition.
Show Source
Nested Schema : SendCorrespondence-allOf[1]
Type: object
Show Source
Nested Schema : attributes
Type: object
Show Source
Nested Schema : correspondenceDetails
Type: array
Show Source
Nested Schema : CorrespondenceDetail
Type: object
Correspondence Detail object. This holds email details used in sendCorrespondence.
Show Source
Back to Top

Response

201 Response

Successfully sent correspondence

400 Response

The error code represents an invalid request. For example: The 'from' email address is invalid.
Body ()
Root Schema : Represents an error response.
Type: object
Title: Represents an error response.
Represents an error response.
Show Source
Nested Schema : additionalProperties
Type: object
Any additional properties apart from code, message or description.
Nested Schema : errors
Type: array
Show Source
Nested Schema : Represents a generic error.
Type: object
Title: Represents a generic error.
Represents a generic error.
Show Source

Default Response

Unexpected error.
Back to Top