Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.27 KB

MessageResponseWithoutContent.md

File metadata and controls

11 lines (8 loc) · 1.27 KB

MessageResponseWithoutContent

Properties

Name Type Description Notes
message MessageResponseWithoutContentMessage
notification MessageResponseWithoutContentNotification [optional]
status str The processing status of a message. "ACCEPTED": the message has been accepted and will be processed for delivery; we'll try to store its content in the user's inbox and notify him on his preferred channels "THROTTLED": a temporary failure caused a retry during the message processing; any notification associated with this message will be delayed for a maximum of 7 days "FAILED": a permanent failure caused the process to exit with an error, no notification will be sent for this message "PROCESSED": the message was succesfully processed and is now stored in the user's inbox; we'll try to send a notification for each of the selected channels [optional]

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