Question
What is the correct Webhook setup for Demandbase IP Lookup
I'm trying to utilize demandbase v2 API for IP Lookup. I'm primarily trying to the pull the 2 digit country code based on user's anonymous IP.
I know how to send the request via a web browser and get a successful reply but the field mapping in Webhook doesn't appear to be working properly as none of my country codes are being updated.
Here's the webhook URL (key removed):
http://api.demandbase.com/api/v2/ip.json?key=<our key here>&query={{lead.Anonymous IP}}
Request Type: GET
Response Type: JSON
Field Mapping:
- Response Attribute: domain.registry_country_code
- Marketo Field: Country
I know how to send the request via a web browser and get a successful reply but the field mapping in Webhook doesn't appear to be working properly as none of my country codes are being updated.
Here's the webhook URL (key removed):
http://api.demandbase.com/api/v2/ip.json?key=<our key here>&query={{lead.Anonymous IP}}
Request Type: GET
Response Type: JSON
Field Mapping:
- Response Attribute: domain.registry_country_code
- Marketo Field: Country