The bulk processor extension would only run if it was triggered in some way. There are different ways to run bulk processor extensions:
1. Inside miniExtensions: Manually by clicking the "run" button on our website.
2. Outside miniExtensions:
Trigger it with Airtable Automations (e.g. for any new record).
Trigger it by a Webhook.
A Webhook is a unique URL for your extension that you call from another app (e.g. Zapier). Every time it’s fired (accessed), it will trigger the extension to run. The extension will run in the same way as if you clicked on the run button on the settings page manually.
On the legacy site app.miniExtensions.com
There is an additional option other than those mentioned above.
Schedule it to run regularly (e.g. every hour).
💡Tip
Please note that the extension would skip any record that has the attachment field already filled. It will only go through records that haven't been processed.