Hey Everyone,
BACKGROUN INFORMATION
I’m currently building a zap using a webhook as the trigger. Below is a sample part of the payload I would be receiving.
attributes:
default_name
Tony Stark
default_email
tony@starkindustries.com
AskaQuestion_Subject-Line
How much does this service cost?
default_source
app
default_url
null
default_avatar
null
I’m trying to use the webhook pick off child key feature to pick off
default_name , deffault_email and default_Subject-Line
from the payload so that only those items will be listed lower down in my zap.
QUESTON
How do I write the syntax code in the Pick off Child Key field to accomplish this. Thanks in Advance :)