Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 699 Bytes

File metadata and controls

10 lines (7 loc) · 699 Bytes

GenericResponse

Properties

Name Type Description Notes
status string Always `"ok"` on success.
text string Operation-specific result string. For send operations this is the relay transaction ID (e.g. `185caa69ff7000f47c`) which can be used as the `mailid` parameter in `GET /mail/log`. For create operations this is the new record's numeric ID. For delete operations this is a human-readable confirmation.

[Back to Model list] [Back to API list] [Back to README]