I want to send schedule notifications to users in bulk using make

I want to send schedule notifications to users in bulk using make. Is it possible to use make to send push notifications to users in bulk?

Hi Ryuto,

Adalo Notifications API documentation says notifications are sent individually.
If you repeat the API call for each user notification then yes.

For scheduling I suggest you use a table to store the scheduled notifications. Have make check that table on a schedule, then iterate through the users for each notification.

I’ve got similar running in Xano.

Abracadalo offer it as a turnkey service.

Thanks, so if you I to notify 1000 people, that means I will spend 1000 actions …

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.