SOLVED

Re: Update Lead object field using Velocity Script

Go to solution
Harish_Gupta6
Level 8

Update Lead object field using Velocity Script

Hi,

Can we update the value in any lead field using Velocity script?

Thanks

Harish Gupta
1 ACCEPTED SOLUTION

Accepted Solutions
Mark_Price
Level 7

Re: Update Lead object field using Velocity Script

This is not possible with the current features.

What you can do is use a webhook to send the lead info to some code, do the processing/transformation and then map the response to lead fields. You would need the ability to host a script to send the lead info to, but other than that it's usually feasible for most users.

If you don't have the staff to host the script, there's a tool called FlowBoost that should be able to do this

Create a Webhook - Marketo Docs - Product Documentation

View solution in original post

2 REPLIES 2
Mark_Price
Level 7

Re: Update Lead object field using Velocity Script

This is not possible with the current features.

What you can do is use a webhook to send the lead info to some code, do the processing/transformation and then map the response to lead fields. You would need the ability to host a script to send the lead info to, but other than that it's usually feasible for most users.

If you don't have the staff to host the script, there's a tool called FlowBoost that should be able to do this

Create a Webhook - Marketo Docs - Product Documentation

Harish_Gupta6
Level 8

Re: Update Lead object field using Velocity Script

Hi Mark,

You are a true rock star. Thanks for helping me with your valuable knowledge.

Thanks&Regards

Harish G

Harish Gupta