|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
|
||
| Name |
string |
|
|
| HeaderParameters |
object |
|
|
| Form |
string |
CONSTANT to specify a static string in the value field. Use JSONPATH to extract data from the event payload with a JSONPath expression in the value field. Use TEMPLATE to build the value from the template field. |
|
| Value |
string |
form is set to CONSTANT or JSONPATH. |
|
| Template |
string |
form is set to TEMPLATE. You can use variables, such as ${event.id}, in the template to reference event data. |
|
| BodyParameters |
object |
|
|
| Form |
string |
CONSTANT to specify a static string in the value field. Use JSONPATH to extract data from the event payload with a JSONPath expression in the value field. Use TEMPLATE to build the value from the template field. |
|
| Value |
string |
form is set to CONSTANT or JSONPATH. |
|
| Template |
string |
form is set to TEMPLATE. You can use variables, such as ${event.id}, in the template to reference event data. |
|
| QueryStringParameters |
object |
|
|
| Form |
string |
CONSTANT to specify a static string in the value field. Use JSONPATH to extract data from the event payload with a JSONPath expression in the value field. Use TEMPLATE to build the value from the template field. |
|
| Value |
string |
form is set to CONSTANT or JSONPATH. |
|
| Template |
string |
form is set to TEMPLATE. You can use variables, such as ${event.id}, in the template to reference event data. |
|
| Timeout |
integer |
|