question

Mike Robinson avatar image
Mike Robinson asked Mike Robinson commented

Create Extension -Parameter [contact.email] value is invalid

When attempting to add a contact using 'Create Extension API', with an email address ending in 'x' (i.e. jsmith@abc.comx', I receive an error:

Parameter [contact.email] value is invalid.

After removing the 'x', it imports fine. The 'x' bypasses sending an email when an extension is assigned so is there some other way to accomplish this via the API or can the validation for the email field be changed to accommodate the '.comx' extension? The 'x' is allowed when entering the email through the web portal.
Thanks!

emailextension api
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

·
Phong Vu avatar image
Phong Vu answered Mike Robinson commented

I have never seen an email extension ends with .comx. Our system validates the email address format syntax and checks if it is unique, but I don't think it validates if the email is actually valid or not.

After creating an extension successfully, you should see the new extension from the web service and should receive an email to activate the new extension. Are you testing on sandbox or on production? Login your web service to see if the extension was actually created.

3 comments
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

CDW Admin avatar image CDW Admin commented ·

Thanks Phong. The actual email address is not .comx, it is just .com, but within RingCentral, you can add an 'x' to the end of the email address in order to avoid having the email sent upon extension creation. There must be some validation within the API that is not allowing for '.comx'. This is in sandbox right now. I think we'll have to add an x to the domain portion of the email address instead.

0 Likes 0 ·
Phong Vu avatar image Phong Vu ♦♦ CDW Admin commented ·

Most probably the API use regex to validates the email address domain suffix. So yes, please try other way to see if you can get around it.

For curiosity, what was the reason you don't want the system to send the invite to the new user's address for setting up the new extension?

0 Likes 0 ·
Mike Robinson avatar image Mike Robinson Phong Vu ♦♦ commented ·

Makes sense - but yes adding the 'x' to the end of the domain does work.
The reason we do it this way is in order to control the roll-out of devices. By entering an invalid email address with a common format, we can bulk update the emails later when we are ready to inform the users.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.