Skip to main content
May 23, 2013
Question

webhook add fields to the response

  • May 23, 2013
  • 8 replies
  • 1925 views
hi. i am defining a webhook and trying to add different fields to the response.
The marketo fields is shown in a drop down list but it does not show all the custom fields i added, just a subset of the overall fields.

any idea why? how can i define more fields?
thanks
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

8 replies

May 23, 2013
Adding the SOAP API to the mix would be an option
https://community.marketo.com/MarketoArticle?id=kA050000000L8dHCAS

May 23, 2013
I know the soap solution but i want to do this with webhooks. Is there no way to see all fields? which fields can be used and which not?
thanks
May 23, 2013
For SOAP API you can find all accessible fields through Admin - Field Management - Export Field Names
May 24, 2013
Amnon,
All custom fields are available for webhooks response mapping.  As Breno suggested, you should export the field names and look for the API names of the custom fields on the right hand side (the Marketo field)
May 26, 2013
ok, now i see the fields. but i didn't before, maybe i missed it.
thanks
July 24, 2013
Hello everyone, 

I also seem not to see the custom fields I have added for a Lead, to the Response Mappings dialog. Here's what I do:

1. Field Management, add new string Field with name LeadCustomField. I verify it's added under Lead fields;
2. Define new webhook, set up addresses and payload templates
3. Define Response mappings:
-> Edit -> Add. Name my field that Marketo should expect, and look for LeadCustomField in Marketo Fields dropdown. LeadCustomField is not there.

I tried to export the fields to .xls but I am not sure why this is needed and it really does nothing more that export the fields in excel format...

Are there some other steps that I should take in order to see the custom field in the Response Mapping dialogs?

July 24, 2013
The export itself does not change the outcome. It is primarily for reassurance the field is readily available and its respective API name.

July 25, 2013
Yes, the field is actually there in the exported file. I can see all my custom fields there, but not in the webhooks response mappings screen..

Is there known issue about it?