Hi there, is there any way to trigger the “Send Record” functionality from a Block?
I see there’s a POST to https://airtable.com/v0.3/view/VIEW_ID/emailRows
with a stringifiedObjectParams
that I could derive within my Block.
Is there a friendly function to call from the UI to make this, say, on the view object? Anything to note here about calling these types of functions from blocks in general?