Passing table row to make.com on specific date

Cloud enterprise

I would like to automate the sending of data from a specific row in a specific table to make.com when a certain date and time is reached. The date and time will be contained in a “publish on” column. Upon reaching this date and time, the data for that row will be sent to a scenario in make.com via a make webhook.

The question is: what is the best way to do this?

  1. I imagine a javascript or python script is the way forward, but this is currently beyond my skill level. Help would be much appreciated.

  2. One way I could work around this myself is to use a custom mailhook instead of a webhook and set up a SeaTable notification to send an email to make. What I would need, however, is to send the row ID of the row triggering the webhook so I could then use a SeaTable “get row” module to access that row and process it further. Is it possible to reference the row ID using curly brackets in an email in the same way as columns are referenced?