Read Custom Event Payload in Workflow

How to read custom payload from send user event payload in Custom Event workflow?

1 Like

@anang_darmawan

Step1: Configure the event to the start node of a new flow
Step2: Write a function where you console.log(data.event)
Step3: You can further parse and pull out data like from data.event — which will contain the payload data.