How to pass data from secure flow to topic

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 ?


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

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

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

Mike

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