Send data from a Cloud connector at a certain time

Hi,
Is it possible to send data from a cloud connector at a certain time?

Hi r0795090

Yes, It is. You can use API to send data from a cloud connector at a certain time.
Please refer to the below link for more information.
https://rest.octave.dev/#cloud-connector-object-preview

Help to tick “Solutions” if your question is answered.

Hi,
Thanks for your awnser!
I mean without an API or something. Just with Octave itself

Hi Lukas,

You could utilize Tasks to send data at a periodic (timed) interval. If you need to send at a specific date or time, you could get the current date time in the task javascript and make a decision to send/not send data based upon the current date/ time… This would be used in conjunction with the Task trigger interval.

Tasks are based upon intervals to trigger them.

Task Information