[#1040] Validation on email

Migrated from Redmine #1040 | Author: Matteo Frigerio
Status: Rejected | Priority: High, I’m very impatient | Created: 2023-04-03


Good morning, I’m developing an external validation which require a validation on the email; when simplybook perform the call to the POST bookings API the client_email field in sent, however it does not arrive to the validator; is it possible to fix that without adding the mail field also as additional_fields (that would require the user to insert the same mail in two different fields).

Vitaliy Kordiak wrote:

Sorry, but the email field is not sent to the validator. You can only get client_id.

If you have the client login feature enabled , you can receive client data including email through the simplybook api:

or your option (duplicate the email again in the intake fields)