attio-slack-summaries
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of experimenting branch: v25View latest version
When a list entry webhook comes in, we need to get information about the entry (attribute values), the record (name, type, link), when it happened.
- get webhook
- insert into attio_events
- if webhook is one we need to enrich
- run enrichment
- store enriched information
comment.created => care if list_id, entry_id !== null comment.deleted => care if list_id, entry_id !== null comment.resolved => care if list_id, entry_id !== null comment.unresolved => care if list_id, entry_id !== null
list-attribute.created => always care list-attribute.updated => always care
list-entry.created => always care list-entry.deleted => always care list-entry.updated => always care
list.created => always care list.deleted => always care list.updated => always care