Best way to trigger logic when someone logs into a portal?

snow_steve
Giga Contributor

Basically as the title says, I need to trigger a timer when a user logs in from a specific portal. I know an event is triggered when users login, but I wasn't sure if that was the best way to do this. TIA

1 ACCEPTED SOLUTION

Mohith Devatte
Tera Sage
Tera Sage

Hello ,

You can use the OOB login event to trigger your logic 

i suggest you can use a script action and and in event field put the login event 

/sysevent_register.do?sys_id=5e1449bb0a0a0a0a0082b92b59be7d84 -- > OOB user login event URL

and then write your logic in the script action

Please mark this solution accepted if it solves your issue

thanks

View solution in original post

3 REPLIES 3

Allen Andreas
Administrator
Administrator

Hello,

A timer for what...

Otherwise, you either customize a login widget for that portal to execute 'x' logic or...yes, you can leverage the event that gets triggered which should contain URL parms with the portal in it, possibly.

We can't tell you the "best way" to do what you're doing...because we don't even know what that is, haha.

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Mohith Devatte
Tera Sage
Tera Sage

Hello ,

You can use the OOB login event to trigger your logic 

i suggest you can use a script action and and in event field put the login event 

/sysevent_register.do?sys_id=5e1449bb0a0a0a0a0082b92b59be7d84 -- > OOB user login event URL

and then write your logic in the script action

Please mark this solution accepted if it solves your issue

thanks

perfect, thank you.