I am attempting to automate posts from our Contentful CMS to Pinterest. (I just did Instagram → Pinterest and it worked great!)
Contentful doesn’t seem to be returning any image URLs. Here’s a look at image data from a Contentful sample:
```
fields__heroImage__en-US__sys__type: Link
fields__heroImage__en-US__sys__linkType: Asset
fields__heroImage__en-US__sys__id: 1K80DstJyQanu3gZ1nqTG4
```
Not super useful. Any ideas?