Hello,
I'm trying to send an email using 'send and HTTP request to SP' but receiving the below error. any suggestions please?
I wanted to send email from no-reply@domain.com. Since I couldnt find any possible solution I'm trying to email from no-reply@sharepoint.com
Code:
{
'properties': {
'From': 'no-reply@sharepointonline.com',
'To': { 'results': ["name@domain.com"] },
'Body': "Text Body",
'Subject': 'Subject line'
}
}
Error: An unexpected 'StartObject' node was found when reading from the JSON reader. A 'StartArray' node was expected.
Solved! Go to Solution.
The joy of copy paste!!! Wasted hours and mental blocks!!!
the 2nd headers "content-type" had spaces after the word "type".
The joy of copy paste!!! Wasted hours and mental blocks!!!
the 2nd headers "content-type" had spaces after the word "type".
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
46 | |
16 | |
15 | |
14 | |
13 |
User | Count |
---|---|
78 | |
40 | |
28 | |
22 | |
18 |