• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Error sending email with Office 365: The value of the parameter 'Message' is empty.

Jan

Member
Hello,

I just tried to create an email to multiple users (for testing just one is given) using the Office 365 in Pabbly.
All required fields are filled and choose HTML as format (with a message in HTML format).

The result is:
Error Code: ErrorInvalidParameter
Error Message: The value of the parameter 'Message' is empty.

The message is just a partial HTML starting and ending with a paragraph like this:

Code:
<p>Hallo ticketFirstName0">1. TicketFirstName0 : Umlauttest </p>
[...]
<p>Gesendet by: [...]</p>

Maybe this is the isse because I have to provide a full HTML code starting with <html>?
Is there a documentation what the minimal requirements are? (I didn't finde one.)

Thanks!
Jan
 

Jan

Member
Short update:
I added the following start/end to the HTML code which did not solve the issue. :-(

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>E-Mail Beispiel</title> </head>

<body>
<p>Hallo ticketFirstName0">1. TicketFirstName0 : Umlauttest </p>
[...]

<p>Sent by: ...</p>

</body></html>
 

Supreme

Well-known member
Staff member
Hey @Jan

Try passing the email address in the curly brackets separated by a comma. Kindly try again first in the "Plain Text" Content Type.

2022-01-12_17h04_48.png
 

Jan

Member
Both changes had no effect on the error message.
But the first two test emails arrived about an hour later. But this is a delay which we can not accept and the workflow would stop instead of going on to the next step. :-(
 

Jan

Member
Hello @Supreme

I got a bunch of tickets in your system for all teh emails which should have been sent. But I don't see any solution yet. Is that right? We need this process (or a workaround) functional Monday morning. Do you think that will be solved until then?

Jan
 
P

PabblyMember3

Guest
We have checked your workflow and found that, you were using Plain Text as a message content type and passing HTML in the Body Content. We have checked the same by changing the content type to HTML and replace all the double quotes from your Body Content HTML with single quotes.

That worked perfectly fine.

1642166626243.png


1642166754594.png
 

Jan

Member
Hello @Naveen!

I choosed plain/text because @Supreme asked me to do so:
"Kindly try again first in the "Plain Text" Content Type."


But right now it is working so we can assue that this was some strange server issue?

Jan
 

Supreme

Well-known member
Staff member
Hey @Jan

But right now it is working so we can assue that this was some strange server issue?
That might not be the reason for your concern but we would recommend you to not use double quotes in the content and if you want to use kindly replace use double single quotes in place of double quotes.
 
Top