SOLVED

Parse JSON data at night within Marketo for further usage

Go to solution
Franky_Ruyssch2
Level 4

Parse JSON data at night within Marketo for further usage

Hi,

 

I have some data fields in my instance that are filled with json data.

I am looking for a solution to be able to parse that data within marketo at night:

e.g. within the json I have a date, which should be copied to a 'date field', which in turn would be used to do date comparisons.

 

Is there a wat to do that? Can I use Velocity for this?

Any suggestions?

Franky Ruysschaert
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Parse JSON data at night within Marketo for further usage

You can pass the field to a webhook, which will simply echo the JSON back and allow Marketo to pick out the individual fields.

 

The Postman Echo endpoint can be used for this, but the rate limits are pretty low IIRC.

 

You can’t use Velocity b/c it can’t make permanent changes to fields. Velocity runs in the email context only.

View solution in original post

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Parse JSON data at night within Marketo for further usage

You can pass the field to a webhook, which will simply echo the JSON back and allow Marketo to pick out the individual fields.

 

The Postman Echo endpoint can be used for this, but the rate limits are pretty low IIRC.

 

You can’t use Velocity b/c it can’t make permanent changes to fields. Velocity runs in the email context only.