Other: expose a field object that lives in a message Object called "error"
CompletedI want to expose a field object that lives in a message Object called "error" (status, code, title) to send it to our database table "message"
Let me know if this could be done and how long it will take to be implemented.
An example of a msg with an error:
"error": {
"status": 400,
"code": "invalid-recipient",
"title": "Attempt to send to unsubscribed recipient",
"meta": {
"appErrorCode": 21610
}
}
-
Official comment
Hi Muna,
This is now available for our function connectors through our Custom Error Handling feature.
Best regards
Alison
-
Hi Muna,
Can you tell me more about when you need this feature, what service are you using and how would it help you with your data use case?
I need understand the request better to understand what is possible.Alison
Please sign in to leave a comment.
Comments
2 comments