Back to Kinetic Platform Integrations
Kinetic Request CE Notification Template Send
Handler
·
Version 3
Kinetic Request CE Notification Template Send
Configurations
Name | Description | Sample |
---|---|---|
smtp_server | Email server name or IP address. | smtp.yourcompany.com |
smtp_port | TCP port the email server is listening on. | 25 |
smtp_tls | A string, either 'true' or 'false' that defines whether the email server requires encryption. | false |
smtp_username | Authentication string of a user allowed to send emails through the email server. | |
smtp_password | Password associated with the specified user. | ********* |
smtp_from_address | From (email address) | |
smtp_auth_type | SMTP Authentication type (ex. plain /login) | plain |
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":{"to":"to_test@mycompany.com","cc":"cc_test@mycompany.com","bcc":"bcc_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 | |
Email Id |
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