If I have a facbook leads ads asking for user email, first name, last name, and state, how I reference Fackbook Leads submitted field in the data payload in a customer webhook? example data payload below.
{
"attributes": :
{
"email": "something@something.com",
"first_name": "something first name",
"last_name": "something last name",
"State": "something state"
}
]
}