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 ?
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.