Block field update from a particular vendor vs a particular type | Community
Skip to main content
Nancy_Rosentha4
Level 2
February 26, 2020
Question

Block field update from a particular vendor vs a particular type

  • February 26, 2020
  • 3 replies
  • 2985 views

Any ideas on how to handle blocking a field update from a particular vendor vs all API integrations?  We have a vendor for which we don't trust their data for job title, if we already have a job title.  Is it possible to just block this field for this particular vendor

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

3 replies

Jay_Jiang
Level 10
February 26, 2020

Create a temporary field for job title and tell the vendor to write to that field

Create a smart campaign to update Job title from temporary field if job title is empty

SanfordWhiteman
Level 10
February 26, 2020

If the vendor could simply stop writing to the field, I'd think that would've been done already...

SanfordWhiteman
Level 10
February 26, 2020

Pretty sure this has been asked + answered before... no, it's not possible using direct connections to the Marketo API. If you can steer that vendor's calls through an API gateway however, it's certainly possible.

 

(An APIGW is a reverse proxy that allows for granular manipulation and mapping of requests, including blocking specific fields.)

Level 9
February 26, 2020

You might already know this but you can set API roles which have access to do certain things, but not others.

 

But I'm guessing if you want access to write to some fields, but not others, that can't be done. It's as granular as the API endpoints, basically - so "read/write" on fields would give access to all fields (except those blocked by field updates, but then that is done for ALL API users unfortunately).

 

If you didn't want them to touch ANY fields then roles might be a solution though.