QBank Integration | Community
Skip to main content
August 31, 2018
Question

QBank Integration

  • August 31, 2018
  • 1 reply
  • 2962 views

Hi All,

I am looking for Marketo integration with QBank DAM. Do you guys have any solution to make this integration successful?

If you have documentation on that i would really appreciate your help!

Kind Regards,

Nitin Sharma

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
September 1, 2018

"Integration" is always too vague to give a precise answer.  You'll need to describe your precise requirements.

From a cursory glance at the QBank API, if you mean something like "let users browse for QBank-hosted assets from the Marketo Insert Image dialog" that's not going to be possible.

September 1, 2018

Hi Sanford,

Thank you for replying!

Actually my requirement is to fetch the image from the Qbank DAM and import it to the Marketo image library.

Can you please provide me a solution to get this done.

SanfordWhiteman
Level 10
September 1, 2018

Both sides have an API through which files can be read and (re)written.

However, neither API has a triggered/evented structure that will tell fire, for example, when new images have been added to QBank so you can listen for such a trigger and only then connect to Marketo.

Instead, you will have to poll the QBank API periodically, filtering by update timestamp is later than last poll timestamp, and when you get a result download and write the file(s) to the Marketo API.