- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 12:12 PM
Hi fellow Developers!
I have the following POST REST message which test successfully:
I'm trying to create an Action for it in Workflow Studio.
I created the inputs.
Then I need to create the payload before I POST the message, but am having trouble creating the payload. Any idea how to do that in the script:
Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 05:35 AM
Hi @ritaaudi
Payload can be added manually or by variable through pill under rest step request body.
But what payload do you want to send? your inputs and defaultFields are different
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 05:35 AM
Hi @ritaaudi
Payload can be added manually or by variable through pill under rest step request body.
But what payload do you want to send? your inputs and defaultFields are different
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 01:13 PM
Thank you! It was that easy: