Legacy Dev Forum Posts

 View Only

Sign Up

How to pass data from secure flow to topic

  • 1.  How to pass data from secure flow to topic

    Posted 06-05-2025 19:22

    chengcheng | 2022-06-09 08:54:51 UTC | #1

    Hi

    I created a secure flow which allow customer input account number and password, at the same time, we would like our CRM system could get those account number and password.

    we let our CRM system subscribe conversation topic to get those data by set participate action, but password is displayed in interaction which was not acceptable. is that any way to pass password to CRM from secure flow except set participate action ?

    ![Screen Shot 2022-06-09 at 17.48.04

    690x298](upload://9u4wVBK0J4ocm4HgJYDFmDTAiH9.png)

    ![Screen Shot 2022-06-09 at 17.52.13

    690x417](upload://el2IluWWSVuHpGCpcGnIdSBamCg.png)


    mikehardie | 2022-06-10 04:30:41 UTC | #2

    You would need to do a web POST to your CRM with the password details


    chengcheng | 2022-06-10 04:55:30 UTC | #3

    Hi mikehardie

    thank you for your reply.

    do you mean below steps ? 1, create POST API in CRM system 2, create data action to use this post method to pass password to CRM database. 3, CRM get password from CRM database.

    Regards, Chengcheng


    mikehardie | 2022-06-10 13:53:38 UTC | #4

    Hi Chengcheng. Yes. this is currently the only way to securely store the infomation from a secure flow.

    Mike


    system | 2022-07-11 05:25:01 UTC | #5

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 15074