action
Syntax
Block syntax
{% action %}
{
"type": "http",
"options": {
"method": "post",
"url": "https://postman-echo.com/post",
"body": {{ event.data | json }}
},
"meta": {
"mode": "initial_request"
}
}
{% endaction %}Block typed syntax
Tag syntax, positional options
Tag syntax, mapped options
Tag syntax, single option
Control parameters
Last updated
Was this helpful?