SSO Actions

SSO Actions

OCP now allows its users to further expand on its SSO login with SSO actions. You will now be able to link, delink channels, and other actions which you were not be able to do previously using automations in flow builder.

Using SSO Actions

Inside the flowbuilder, right click and then select “Action” block


Click on “Advance Actions”




Scroll down and select “SSO Actions”




Click on “Edit Action” to start exploring different SSO actions.

SSO Actions

Following SSO actions are currently available with OCP.




Find SSO User

This action is used to find SSO user using their attached email which they used to login using SSO.


SSO User NS and Bot User NS are two different entities, the former one is for the master user while the later one is for individual users of the respective channels that are linked with the user

Send Flow To Linked Channel User

This flow is used to send a linked user a subflow in its linked Channel. For example, sending a flow to your linked whatsapp user from SSO user.


All restrictions of channels such as 24 hour window for Meta channels still applies

Get SSO User Info

This action is used to fetch user info for SSO master user.


Get Linked Channel Users

This action is used to get information regarding all the linked channels using the SSO user NS.


This action is used to link and individual channel bot user to the SSO master user using SSO user NS.


This action is used to link and individual channel bot user to the SSO master user using SSO user NS.




This action can only be used inside the channel you want to delink from SSO user


    • Related Articles

    • Single Sign-On (SSO)

      Single Sign-On (or SSO) provides us the ability to have one master bot user, which syncs the data between all of your bot users in different channels. This helps vastly in syncing data and identifying bot users when multiple channels are involved. ...
    • Actions format

      Action add tag Use this response to add a tag to a subscriber. Tag with the same name must exist in your bot: { "version": "v1", "content": { "messages": [ { "type": "text", "text": "simple text with button", "buttons": [ { "type": "url", "caption": ...
    • Messages format

      Sending text Use this response for sending text messages. url, node and call buttons can be used with text message. The "buttons", "actions", "quick_replies" properties are optional. { "version": "v1", "content": { "messages": [ { "type": "text", ...
    • Buttons

      You can use buttons with each types: call, url, node. { "version": "v1", "content": { "messages": [ { "type": "text", "text": "simple text", "buttons": [ { "type": "url", "caption": "External link", "url": "https://alendei.com", }, { ...Another ...
    • Tags

      Tag a user by user's type, situation, status, etc for better management. Create Tag In your workspace, go "Tags" from the left sidebar. Here is where you manage your tags. TIP - You can also create tag by just typing in a new tag name and click it ...