
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2022 12:33 AM
Hi folks!
I want to send from ServiceNow REST Message which will contain GraphQL query. Preferable from FD.
Currently I just created an Action with REST step, put there my GraphQL query as a body and tried to execute and received this error:
Solved! Go to Solution.
- Labels:
-
Integrations
-
Scoped App Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2022 01:27 AM
Ok, I figure out.
2 things are required:
1. Header Content-type application/json
2. query in body should be JSON.stringify ' ed

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2022 01:27 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 09:38 AM
Just what I was looking for! Thank you!! 🙌
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2025 05:02 AM
This is very useful, but when I am sending my variables directly its returning response, but when I am using variables it says "variable has coerced Null value for NonNull type ID!