Skip to main content
March 20, 2017
Question

While Update in lead using Data Value Changes in Smart List .

  • March 20, 2017
  • 1 reply
  • 2243 views

Hi Team ,

I have a webhook in marketo , In Smart List I am using Data Value Changes as Trigger, I choose the attribute "Job Title" , so here what happen when I am changing "Job Title" field for any lead my webhook is triggering , but whatever the lead I create recently , in that lead when I am changing "Job Title" field my webhook is not triggering , but for old leads when I am changing "Job Title" field my webhook is triggering . please can you help me about that .

Thanks

Tirapa Reddy

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

1 reply

Grégoire_Miche2
Level 10
March 20, 2017

Hi Tirapa,

Webhook field update is asynchronous. So the data value change that results from the webhook answer might occur after a few seconds, or almost immediately, but you cannot control it.

You should use some constraints with you data value changes trigger to make sure you are only capturing changes that come from the webhook:

Otherwise, review in details the activity log of some lead that are supposed to have fired the webhooh and look for the change data value event. If the event is not there, then your webhook is not configured correctly.

-Greg

March 20, 2017

Hi Gerg ,

Actually My Webhook will immediately trigger when Data value changes will happen in lead , but that is happen for only old leads , means if I create any lead today and I immediately edit the Attribute field , then my webhook is not triggering , if my webhook configuration is wrong then how it is trigerring for old leads . my webhook screen shot I am sending you

thanks

Tirapa Reddy

Grégoire_Miche2
Level 10
March 20, 2017

Sorry, I not sure I understand what you are trying to do and what the webhook is supposed to do, and therefore, my previous answer might not be appropriate to what your are trying to do.

  1. If what you are trying to do is to call a webhook each time a lead is created or the job title is updated, then the way your triggers are set is OK.
  2. Remember that you need to have a real value change so that the trigger "data value changes" fires.
  3. Is the "job title" a required information for the webhook? If so, you should add a "job title is not empty" filter to the 2 triggers in your smart campaign.
  4. You may want to add a wait 1 minute in the flow before calling the webhook.

-Greg