Re: Lookup tables

Willem_Labusch2
Level 1

Re: Lookup tables

Hi Grant
This is interesting. So basically I can have a webhook to Redis (key &value list) to update a field in Marketo.

SanfordWhiteman
Level 10 - Community Moderator

Re: Lookup tables

Yes, you can (and should) use a webhook's own response mapping to update Marketo. (Not another API connection.)

We use several different back ends for this kind of thing across clients:

  • etcd (KV store)
  • influxdb (timeseries db)
  • Google Sheet (query, not update in this case)