How to create webhook to trigger voting process?

After adding Plan A, Plan B, and Plan C in SeaTable, I want to implement a voting process to detect which plan receives the highest number of votes. In Make, should I add a Webhook to trigger the voting process? If so, I can only find the Webhook response.

After the voting is submitted, should I use the following modules in this order: SeaTable - List Rows, Array Aggregator, Router, and then SeaTable - Create a Row?