Message: request / ack (client -> app)

Back to overview

Acknowledge (agree or decline) a message.

This message SHALL be sent when the user acknowledges (agree or decline) a message as part of a conversation in the client.

Acknowledgement

This message is being acknowledged by:

Message Condition Error Codes
update/messages (app -> client)

Only if associated to a request/ack and not before the app has successfully delivered the message to the server

Name Description
internalError

An internal error occurred

invalidMessage

Message with the specified type, id or messageId was not found

Args

Field Description Type Optional Nullable
type

The receiver type

Allowed values: "contact", "group", "distributionList"

String False False
id

The receiver identity

String False False
messageId

The id of the message to be acknowledged

String False False
acknowledged

Whether the message has been acknowledged (true) or declined (false)

Boolean False False

Data

None