Integration field not syncing

Hey!
I'm not sure I'm writing to the correct people, but let's try anyway.
Some time ago you enabled the custom integration fields, but I'm having problem with that.
I'm trying to test it now, with a https://mocky.io 'api' but prismic fails to sync to it (copied and sanitized the example response from the docs), and since I'm having that problem, I won't start integrating to our own backend.

Can you maybe check it out, why doesn't it work?

Regards,
Akos.

Hey @akos.horvath, thanks for reaching out!

Could you please share with me the sample response you're using? There might be a typo that's keeping the integration from working properly.

Try it again with this one and let me know how it goes:

{
  "results_size": 1,
  "results": [
    {
      "id": "1",
      "title": "Item Title",
      "description" : "Description of the item.",
      "image_url" : "https://media.endclothing.com/media/f_auto,q_auto:eco,w_400,h_400/prodmedia/media/catalog/product/2/9/29-11-2017_adidas_eqtsupport9317_black_white_cq2396_ah_1.jpg",
      "last_update" : 1509364426938,
      "blob": {
        "sku": "1",
        "title": "first item",
        "description": "description of first item...",
        "image_url": "https://media.endclothing.com/media/f_auto,q_auto:eco,w_400,h_400/prodmedia/media/catalog/product/2/9/29-11-2017_adidas_eqtsupport9317_black_white_cq2396_ah_1.jpg"
      }
    }
  ]
}

This thread has been closed due to inactivity. Flag to reopen.