Integration with Mercado Libre

Hello everyone
I need to integrate AppSheet with the api of the most important Marketplace in Latin America: โ€œMercado Libreโ€.
(https://www.mercadolibre.com.ar/)
โ€œMercado Libreโ€ provides support for developers in this link:
https://developers.mercadolibre.com.ar/
I was trying to connect in the Manage> Integrations> IN section, without success.
I need that the app created with appsheet, can generate a login in โ€œMercado Libreโ€ and then show in the appsheet app all pending sales of that user.
The API allows it and allows many more things, but it is the first time I try an integration.
I found several articles about integrations, but none detailed how to connect between them.
I appreciate any help.

1 3 1,382
3 REPLIES 3

One thing that the AppSheet API cannot do is return data directly from an Outgoing API call.

In order to catch the data response of a GET/POST request, you need to use a 3rd party server side tool like Zapier or Integromat. Send a webhook workflow to zapier/integromat and let them hand the rest

Were you able to manage this integration? I need exactly the same!

Please, let me know.

Thanks.

In the time since this original conversation, AppSheet has implemented helpful a connection to Apps Script, which you can use to manage data to and from other APIs. See Call Apps Script from an automation - AppSheet Help