We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b5702 commit 56b84b6Copy full SHA for 56b84b6
README.md
@@ -78,6 +78,10 @@ export default class VerloopLiveChat extends Component {
78
//optional
79
VerloopSdk.putCustomField(key, value);
80
81
+ VerloopSdk.putCustomFieldWithScope("test", "value", "USER");
82
+ //optional
83
+ VerloopSdk.putCustomFieldWithScope("test2", "value2", "ROOM");
84
85
VerloopSdk.setRecipeId(recipeId);
86
87
VerloopSdk.setUserEmail(email);
0 commit comments