Use FlowEQ to call a Temporal endpoint
/workflows/<%= zendesk_ticketId %>/<%= input_1 %>/run
, the API call will be made to the endpoint /workflows/12345/abcde/run
, where 12345
is the value of the current ticket ID and abcde
is the value entered by the team member in Sidekick.
getWorkflowDetails
, and you want to create a variable to display the status of a workflow returned in the response.
To manually create this variable in FlowEQ, you would write it like this:
<%=
and %>
are the standard wrappers used for FlowEQ variables