Hi,
Does anyone have an example on how to create a pulse notification via the API below?
https://mingle-ionapi.inforcloudsuite. com/TST/IONSERVICES/process/application//v1/pulse/notification/create
There is an example on the page but not much details.
Hello,Please see the json example to create a new notification:{ "message": "This is a notification created from API", "category": "TEST_Notification", "contextId": 999999, "subContextId": 78787, "parameters": [ { "dataType": "STRING", "name": "Document ID1", "value": "UG233421", "label": "Document ID1", "readOnly": true }, { "dataType": "STRING", "name": "Result", "value": "none", "label": "n.a.", "readOnly": false }, { "dataType": "DATE", "name": "PublishDate", "value": "2018-08-15", "label": "Publication Date", "readOnly": true }, { "dataType": "DATETIME", "name": "ClosingDate", "value": "2018-08-16T15:00:00Z", "label": "Closing DT", "readOnly": true }, { "dataType": "INTEGER", "name": "PublicationYear", "value": "2018", "label": "PublicationYear", "readOnly": true }, { "dataType": "DECIMAL", "name": "NrPages", "value": "300.5", "label": "Number of pages", "readOnly": true }, { "dataType": "BOOLEAN", "name": "Released", "value": "false", "label": "Released", "readOnly": true } ],"views": [ { "name": "LinkToDashboard", "label": "Link 1", "properties": [ { "name": "ID1", "value": "1" } ] }, { "name": "LinkToDashboard", "label": "Link 2", "properties": [ { "name": "ID1", "value": "2" } ] }, { "name": "LinkToDashboard", "label": "Link 3", "properties": [ { "name": "ID1", "value": "3" } ] } ], "distribution": [ { "identifier": "test.user@infor.com", "type": "USER", "sendMail": false } ]}Hopefully, it will help. If you need any other information please feel free to ask.Kind regards,Danil.
Thanks for this. I can see the notification in ION desk but it doesn't seem to send an email nor add a notification in my inbox.
Hello, Please check this thread, it may help: https://community.infor.com/infor-ion/f/work-flows/29586/why-no-e-mail-from-workflow/79073#79073Kind regards,Danil.