How to Create a Scheduled Trigger using MongoDB Webhook by passing its parameters

Hi @Its_Me,

Are you looking to schedule a reoccurring event or just scheduled based on your document data?

See the following solution for document basef trigger trick

Database Triggers based on document date

Otherwise you can use the administration api for realm to create triggers via context.http service on your webhook

Thanks
Pavel