wixCrmBackend.emailContact not working

Hi there. I am having issues with wixCrmBackend.emailContact. I’ve managed to create the contact succesfully, but the emails are not being sent. I am getting this strange error with no kind of info:

server responded with - {"message":"","details":{"wix-response-context-bin":"CicKJQoZeC13aXgtcGV0cmktY29va2llLWRvbWFpbhIILndpeC5jb20=","server":"envoy","x-envoy-upstream-service-time":"23","date":"Tue, 02 Mar 2021 21:36:34 GMT","failed-client.options.authority":"com.wixpress.email-subscriptions-app","content-type":"application/grpc","failed-client.method":"com.wixpress.emailsubscriptions.v1.EmailSubscriptionsService/GenerateUnsubscribeLink","x-seen-by":"8Jozq2XDr5/0Pv3E0yMnd0z2Fos4hnCUK7+xY1uhK5kaWyug/ZdHQ36uOAkr89T0,qJS91GsscGZlb16v+8nwmFFkhWO1NhHaIjIj/OBfiHFGp/J3MBzgzU8QHrQuh4zQ","failed-client.options.deadline":"18.974032370s from now"}} (403)“]”

Any idea on what may be happening? Thanks and regards,

Just in case, my code is:

wixCrmBackend.createContact(contactData)
.then((contactId) => {
console.log( “Contacto creado intento enviar mail” );

        wixCrmBackend.emailContact(emailID, contactId, { 
                variables: variablesObj 
            }) 
            . **catch** (error => { 

// logError("Error al enviar email al contacto " + contactId + ". Mensaje de error: " + error);
console.log( "Error al mandar mail " + error);
});

    }). **catch** (error => { 

// logError("Error al crear el contacto " + contactData + ". Mensaje de error: " + error);
console.log( "Error al crear contacto " + error);
});

Hey soho!

I’m having the same problem, with Crm createContact and wixUsers emailUser. Some old posts said it could be wix updating their system, but I had no answer here on the forum so far.

Yup, it was a Wix issue. Today it’s working again. Funny thing: I created a ticket and they told me to ask here or to hire a developer…basically, there is no support for Velo issues from their side. SHAME !