Hi, I’m importing customer contacts from my Prestashop site to Google Contacts. It seems like a simple operation, however, the phone number does not appear among the values. The customer’s first and last name and email are exported correctly, but it is not possible to synchronize the telephone numbers.
Any suggestions?
Hey @2Stamp
I think this can help you
Welcome to the Make community!
Looks like the Prestashop allows us to specify the “fields” that we want returned from the Webservice API, but this has to be done in the module’s integration, which we don’t have access to.
You can either make a feature request for Make support to add the phone field,
You can submit this suggestion to the Idea exchange, under App improvement ideas.
Don’t forget to search for it first, just in case someone already suggested it, so that you don’t end up creating a duplicate.
or,
You can implement this using the app’s universal module (Make an API call) or generic HTTP “Make a request” module.
If you need assistance in setting up the app’s universal module, or the generic HTTP module, please provide additional information about what you have tried with regards to the external service’s Developer API Reference – how you are setting the connection up, a link to the endpoint are you trying to connect to, and what errors you are encountering.
You can also complete this brand new course/tutorial in the Make Academy on how to use external APIs — API calls with HTTP modules
- API and Endpoints
- Header and body
- Multipart/form-data
- OAuth 2.0
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!
Thank you for your suggestion. I’m not sure if it can be applied in my case, but I’ll try to figure it out
Thank you very much. Apparently, the phone number is not a parameter currently considered by Prestashop, but I will try to understand it. I see that there are no suggestions similar to mine in the improvement ideas app, but I will try to read the other suggestions and possibly add mine.