HTTP Action in Workflows

Yes, you can accomplish this using inline variables. An example of how to use inline variable is as follows:

{
                "description": "Ticket Created from Workflow for ",
                "requested_for": "{{$.trigger.identity.id}}",
                "opened_by": "xxxxxxxxxxxxxxxxxxxx"
}
2 Likes