Back to Kinetic Platform Integrations
Kinetic Request CE Notification Template Build
Handler
·
Version 1
Kinetic Request CE Notification Template Build
Configurations
Name | Description | Sample |
---|---|---|
api_server | Kinetic Request CE API Web Application | http://server:port/kinetic |
api_username | Name of user account that has permission to use the API | |
api_password | Password for the API user | ********* |
space_slug | Slug of the Space where the User will be created. | |
enable_debug_logging | Enables debug logging if the value is set to 'Yes'. | No |
Parameters
Name | Description | Sample |
---|---|---|
Error Handling | Determine what to return if an error is encountered. | |
Space Slug | The id of the space from which the submission is being retrieved. | |
Recipient Json Object | The recipient object should look like this. {"type":"user","username":"test@mycompany.com","smtpaddress":"test@mycompany.com","language":"- Default -","email notifications":"yes"} | |
Notification Template Name | The notification template name being used. | |
Replacement Values | JSON string of replacement values. Required to successfully apply replacements to any notification template. JSON keys can be 'form', 'values', and 'vars'. | |
Submission Id | Needed if the message contains attachments. |
Results
Name | Description |
---|---|
Handler Error Message | The handler error message (if any) |
To | The intended recipient of the notification |
Subject | The subject line of the notification |
HTML Body | The HTML body of the notification |
Text Body | The text body of the notification |
Changelog
== Kinetic Request CE Notification Template Build V1 (2021-04-29)
- 2021-04-29
- Initial version
Download
GitHub
On This Page
Looking for a workflow engine?
Learn more about the Kinetic Data Enterprise Workflow Platform.
Check it out
Return to Top