Skip to content

Commit e8c4755

Browse files
committed
Add ftsq question to engaging networks integration
1 parent 39fa2fb commit e8c4755

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dist/crm/engagingnetworks.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,8 @@ class CleverreachCRM extends crm_1.CRM {
113113
Postcode: ((_a = message.contact) === null || _a === void 0 ? void 0 : _a.postcode) || Postcode || "",
114114
Phone: ((_b = message.contact) === null || _b === void 0 ? void 0 : _b.phone) || Phone || "",
115115
"questions": {
116-
"Accepts Email": "Y"
117-
//,
118-
//"Nature Voter": "Y"
116+
"Accepts Email": "Y",
117+
"NatureVoter": "Y"
119118
}
120119
};
121120
const status = yield (0, exports.upsertSupporter)(data, token);

0 commit comments

Comments
 (0)