Skip to main content
13-Aquamarine
January 30, 2023
Solved

timing based on event triggering services.

  • January 30, 2023
  • 1 reply
  • 838 views

dear all, please help me, 

 

I have planned to send mail, but particular time / day /month/specific operation how do those services. how to implement thread   or other services, please help share your knowledge. 

 

 

 

 

 

Best answer by DanZ

For actions at a specific time you can use the "Scheduler" things. They will use their "ScheduledEvent" when the configured timestamps are met.

 

When an event after a specific action/process is required, write your service that will send the mail. Then execute it via Thingworx REST API or with other custom services.

1 reply

DanZ15-MoonstoneAnswer
15-Moonstone
January 30, 2023

For actions at a specific time you can use the "Scheduler" things. They will use their "ScheduledEvent" when the configured timestamps are met.

 

When an event after a specific action/process is required, write your service that will send the mail. Then execute it via Thingworx REST API or with other custom services.