Unprocessed Messages
Unprocessed MessagesAfter a message fail to be processed a certain number of retries, Appmixer stops trying to process the message and stores it. You can fetch, delete, and even retry those messages
Get messages
GET
https://api.appmixer.com/unprocessed-messages
Get the list of the unprocessed messages for the current user.
Path Parameters
Name
Type
Description
string
Get message
GET
https://api.appmixer.com/unprocessed-messages/:messageId
Get a single message.
Path Parameters
Name
Type
Description
messageId
string
DELETE
https://api.appmixer.com/unprocessed-messages/:messageId
Delete a message.
Path Parameters
Name
Type
Description
messageId
string
Retry a message
POST
https://api.appmixer.com/unprocessed-messages/:messageId
Put the message back into Appmixer engine.
Path Parameters
Name
Type
Description
messageId
string
Last updated
Was this helpful?