Metadata-Version: 2.1
Name: tracardi-event-scheduler
Version: 0.6.0
Summary: This plugin schedules event at given time.
Home-page: UNKNOWN
Author: Risto Kowaczewski
Author-email: risto.kowaczewski@gmail.com
License: UNKNOWN
Keywords: tracardi,plugin
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Event scheduler

This action will schedule an event to be triggered after given time.

# Configuration

```json
{
  "event_type": "<event-type>",
  "properties": {},
  "postpone": "+1m"
}
```

* *event_type* - type name of event type. e.g. 'page-view', 'purchase-order'.
* *properties* - event properties. This is a regular object with key value pairs. 
* *postpone* - for how long would you like the event to be postponed. For exmaple 1m means trigger event one minute after the action was executed.

# Input

This node does not process input data

# Output

Postponed task details. It will include the event iself with , context,profile, etc.




