Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Application Integration: How to add dynamic input request in POST call of REST task

Hi,

I wanted to know if there is a way to add dynamic values to a POST request using REST Task in application integration?

 

shefali_1-1740136392197.png

@dchiesa1 

Solved Solved
0 2 233
1 ACCEPTED SOLUTION

You sure can.

That payload takes a message template.  You can specify variables surrounded by $.  For example: 

{
  "input1" : "$name_of_integration_variable$",
  "input2" : "$another_integration_variable$"
}

View solution in original post

2 REPLIES 2

You sure can.

That payload takes a message template.  You can specify variables surrounded by $.  For example: 

{
  "input1" : "$name_of_integration_variable$",
  "input2" : "$another_integration_variable$"
}

@dchiesa1 Thanks 🙂

Top Labels in this Space