Unprocessed Messages
When a message processing fails, even after a certain number of retries, Appmixer stops processing the message and archives it. You can fetch, delete, and even retry those messages programmatically.
Last updated
When a message processing fails, even after a certain number of retries, Appmixer stops processing the message and archives it. You can fetch, delete, and even retry those messages programmatically.
Last updated
GET
https://api.YOUR_TENANT.appmixer.cloud/unprocessed-messages
Get the list of the unprocessed messages for the current user.
Name | Type | Description |
---|---|---|
GET
https://api.YOUR_TENANT.appmixer.cloud/unprocessed-messages/:messageId
Get a single message.
DELETE
https://api.YOUR_TENANT.appmixer.cloud/unprocessed-messages/:messageId
Delete a message.
POST
https://api.YOUR_TENANT.appmixer.cloud/unprocessed-messages/:messageId
Put the message back into Appmixer engine.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
string
messageId
string
messageId
string
messageId
string