I’m looking for a way of hooking into either of these:
when a file is added to a column
when a file is added to assets (say in an update message)
Is there any way of listening for these events?
I want to create a recipe sentence like so:
When a file is uploaded, do “________”
Or something similar.
I think that I could use the “column changes” trigger for point 1, but can’t figure out how to capture events for files that only exist in assets, not columns.
As you well said, you can use a “When column changes” webhook for the first point.
We do not have a webhook for the second one. The closest thing I can think of would be to use the “When updated is created” webhook and check each time if it has a file in it. Not great since you would be using many actions for it, but I am not sure if there is a better way of achieving it.