This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Can I pass a variable to the body of a HTTP POST REQUEST generated by the BOT COMPOSER? #5660
Unanswered
MIkey007007
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Yes, you can for example, store it in: like this: { and send it like this: ${settings.YOUR_VARIABLE_HERE} |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can pass data into a json object in Composer Using Set Properties, create a variable user.myJsonObj =json('{"title": "Info Input"}') Then you can use set property such as user.myJsonObj.newData with an existing variable =dialog.response or something. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions