I have a table coming data using webhook containing accounts and other table containing persona, I have applied some filter in accounts table now I want the filter data store with persona data so How do I map the data.
To map filtered data between your accounts and persona tables using webhooks in Clay, follow these steps:
1. Set up your webhook by:
ā¢ Clicking the + Create New
button on your Clay home page
ā¢ Selecting "Import data from Webhook" from the "Other" section
ā¢ Choosing or creating the table to receive your data
2. Once your webhook is set up:
ā¢ You'll see parameters under the "Webhook URL" for all the data that can be mapped to different columns
ā¢ Click on "Conditions" to add filtering conditions
ā¢ Map the parameters in the webhook to the corresponding columns in your Clay table based on your specific requirements
Make sure to properly map all relevant fields between your accounts and persona data to ensure accurate data synchronization.
Is that what you were looking for?