Run Workflow | Running a different workflow inside the current running one, with the option of waiting for the nested workflow to finish | Workflow: The workflow you want to runWait for the workflow to finish: Checkmark for whether you want to pause the workflow until the nested called one is finished | N/A |
REST Call | Sending a REST request (Get, Post, Delete, etc) | Method: None, Get, Post, Put, Update, Delete, or OptionsUser service URL: Use the service urlSSL: Secure Sockets Layer checkboxAddress: The API addressPort: The API port, only change this if the API doesn't use default HTTP/HTTPS portsPath: The path which comes after this addressParameters: The values passed to the API endpointHeader: The values attached to the headerAuthorization: If the API needs loginBody: The type of content to request | Returns a current parameter |
Send Email | Sends an email | Mail Server: server used for sending emailsAt: Email recepient Subject: Subject of the email Text: Body of the email | N/A |
Send WebPush | Sends a Web Push Message | Individual Users: Send WebPush to selected users Sender Email: The email of the sender Header (Required): Header Text: Message | N/A |
Execute Script | Use JObject: JObject is used for serialization and deserialization of .NET objects and JSON, it came from the Newtonsoft library. Checking this box enables the script to only work with JObject, otherwise it would work with ExpandoObjects. Using both is not possible. | Returns a current parameter | N/A |
Create Output | Use the output template to create an output file | Output template: The predefined template which the output will be based on Language: Language which the output will be written in | N/A |
Edit Image | Resize an image | Mediasource: Source of the image Image Name: Image name Read Out Image Name From Status New HeightNew WidthMaintain aspect ratio: Scaling is preserved Edit Original: A copy of the image is created when there is a change Suffix for Image Copy: Suffix that is added to the image | N/A |
Save Into Mediasource | Save as an image in the datasource | Media Source: Where the file will be saved Filename: Name of the file under which the object is saved | Returns a current parameter containing the URL where the file can be found |
Delay | Sleeps a specified amount (in ms) | Delay in ms: Amount of milliseconds to sleep | N/A |