Hello,

1. There is the generic notification system in Syncope [1], which is currently based on email only,  SYNCOPE-168 [2] shows the roadmap for allowing more notification mechanism.

2. Anyway, if you just need to send out an SMS as part of the workflow, then you can do it in the workflow by overriding Java classes like in [3] and [4].

3. As latest resort, (1) can be work-around by overriding some internal classes in Syncope by implementing a client for sending SMS and use it wherever you need to send the notification.

However for points 2 and 3, for the moment you need to create a client to send SMS notification and use it in your code.

[1] https://syncope.apache.org/docs/reference-guide.html#notifications

[2] https://issues.apache.org/jira/browse/SYNCOPE-168

[3] https://github.com/apache/syncope/blob/2_0_X/core/workflow-activiti/src/main/java/org/apache/syncope/core/workflow/activiti/task/Create.java

[4]https://github.com/apache/syncope/blob/2_0_X/core/workflow-activiti/src/main/java/org/apache/syncope/core/workflow/activiti/task/Update.java


Best regards,
Dima Ayash

On 2018/04/17 00:51:04, gumi <[email protected]> wrote:
> Hi,>
>
> I have a question about notifications.>
>
> In reference guide, there is email configuration for notification.>
> It means that syncope support only email notifications?>
> Because i want to use another notification like SMS notification.>
>
> Do you have any idea or reference, plesea let me know!>
>
> -->
> Sent from: http://syncope-user.1051894.n5.nabble.com/>
>

Reply via email to