Hello,
I'm trying to get the autmatic reply message for people outside of my organisation via MailTipsClientReceive_V2-Action. If I set up my automatic reply like this:

This is the response I get:
[
{
"mailboxFull": false,
"externalMemberCount": 0,
"totalMemberCount": 1,
"deliveryRestricted": false,
"isModerated": false,
"maxMessageSize": 37748736,
"emailAddress": {
"name": "",
"address": "IIIIIIIIIIIIIIIIIIIIIIIIII"
},
"automaticReplies": {
"message": "<div>\r\n<div style=\"font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">\r\n<br>\r\n</div>\r\n</div>",
"messageLanguage": {
"locale": "de-DE",
"displayName": "German (Germany)"
}
}
}
]
Is there a way with this or another connector api to get the message for outside of my organisation?
Thank you!