Error with phonenumber field
Status: Open · Asked by vascomarques on · 0 views
Task History ID: IjU3NmMwNTZjMDYzNTA0MzE1MjZlNTUzMDUxMzM1MTZiNTQzMSI_3D_pc
Hi!
I'm trying to create an automation with fluent forms and e-goi.
But I have this error with phone number (the field is as phone number format)
[TABLE]
[TR]
[TD]Errors Cellphone RegexNotMatch[/TD]
[TD]'351933333333' is not a valid phone format (/^(\d){1,3}-(\d){4,20}$/)![/TD]
[/TR]
[/TABLE]
Attachments

Hi @vascomarques,
As per e-goi's API documentation, you are supposed to enter the cellphone number in this format.
https://developers.e-goi.com/api/v3/#tag/Contacts/operation/createContact
I have made the necessary change on your behalf, which seems to have fixed your issue.