Steve Other
Wrong country code being added to incoming phone numbers
Hi @thomast, yes I do. I can't pinpoint where the country code is overridden but I tested my Webflow form -> n8n -> twenty and the same is happening there as well. Here is the body of the HTTP Request being sent in botpress:
{ "name": { "firstName": "{{workflow.userName.first}}", "lastName": "{{workflow.userName.last}}" }, "phone": "{{workflow.userPhone}}", "formLocation": "CC Debt Calculator Chat - IW", "creditCardDebt": {{workflow.creditCardDebt 0}}, "unsecuredLoanDebt": {{workflow.unsecuredLoanDebt 0}}, "paymentStatus": "{{workflow.paymentStatus}}", "otherUnsecuredDebt": {{workflow.otherDebtAmount 0}}, "state": "{{workflow.userState}}", "interest": {{workflow.totalInterestPaid 0}}, "paypbackTime": "{{workflow.repaymentPeriod}}", "totalPayback": {{workflow.combinedTotalPayback || 0}}, "emails": { "primaryEmail": "{{workflow.userEmail}}" } }
Is there anywhere else I could look to find more info that might help with understanding? Thank you.
9 replies