Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2023 08:48 PM
Worked it out after many hours. The 'Body' object in the REST API trigger threw me. The Body object is not passed from the axios post, but CONTAINS the object passed. In the REST API under Body I defined a 'data' key with a string value, then on the client end passed a 'data: JSON.strigify(json)' parameter.