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

I want to Create a Scheduled Trigger by using MongoDB webhook Call.
e.g i will call webhook and pass parameter to it using post request and paramter are time. Then that Webhook should Create a Scheduled Trigger for Execution at given time.

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