Hey Bo (. , thanks for the information. I understand Clay doesn't support direct updates to existing records.
We're sending webhook payloads with data like {email: email, thumbnailUrl: "", demoUrl: "url"} and other fields. Could you explain how we could implement the lookup approach you mentioned? Specifically:
- 1.
How would we check if a record with the same email already exists before creating new entries?
- 2.
If we find a matching record, what's the recommended way to handle the new data we want to update?