A new value is set on a list entry attribute.
namespace: list-entry / extraction: llm assisted (confidence 0.75)
Auth
- Auth method
hmac-sha256- Signature header
X-Attio-Signature- Signature detail
- HMAC-SHA256 of the raw request body using the webhook's signing secret.
Delivery
- Guarantees
- at-least-once
- Backoff
- Attio retries failed webhook deliveries with exponential backoff.
Payload schema (field names + types only)
event_type string required
Event type: list-entry.attribute.created.
id object required
Unique event identifier.
workspace_id string required
Attio workspace ID.
event_id string required
Unique event ID.
created_at string required
ISO 8601 timestamp when the event occurred.
data object required
Event-specific data.
entry object required
The list entry that was created or deleted.
parent_record_id object | null
values object
Attribute values for this list entry.
changed_attribute string required
Notes: Attio uses a structured ID object pattern throughout (workspace_id + resource_id). Custom objects and lists are supported; event types are generic across all object slugs.
Vendor docs
An existing list entry attribute is modified.
namespace: list-entry / extraction: llm assisted (confidence 0.75)
Auth
- Auth method
hmac-sha256- Signature header
X-Attio-Signature- Signature detail
- HMAC-SHA256 of the raw request body using the webhook's signing secret.
Delivery
- Guarantees
- at-least-once
- Backoff
- Attio retries failed webhook deliveries with exponential backoff.
Payload schema (field names + types only)
event_type string required
Event type: list-entry.attribute.updated.
id object required
Unique event identifier.
workspace_id string required
Attio workspace ID.
event_id string required
Unique event ID.
created_at string required
ISO 8601 timestamp when the event occurred.
data object required
Event-specific data.
entry object required
The list entry that was created or deleted.
parent_record_id object | null
values object
Attribute values for this list entry.
changed_attribute string required
Notes: Attio uses a structured ID object pattern throughout (workspace_id + resource_id). Custom objects and lists are supported; event types are generic across all object slugs.
Vendor docs
A record is added to a list (e.g. a deal pipeline).
namespace: list-entry / extraction: llm assisted (confidence 0.85)
Auth
- Auth method
hmac-sha256- Signature header
X-Attio-Signature- Signature detail
- HMAC-SHA256 of the raw request body using the webhook's signing secret.
Delivery
- Guarantees
- at-least-once
- Backoff
- Attio retries failed webhook deliveries with exponential backoff.
Payload schema (field names + types only)
event_type string required
Event type: list-entry.created.
id object required
Unique event identifier.
workspace_id string required
Attio workspace ID.
event_id string required
Unique event ID.
created_at string required
ISO 8601 timestamp when the event occurred.
data object required
Event-specific data.
entry object required
The list entry that was created or deleted.
parent_record_id object | null
values object
Attribute values for this list entry.
Notes: Attio uses a structured ID object pattern throughout (workspace_id + resource_id). Custom objects and lists are supported; event types are generic across all object slugs.
Vendor docs
Auth
- Auth method
hmac-sha256- Signature header
X-Attio-Signature- Signature detail
- HMAC-SHA256 of the raw request body using the webhook's signing secret.
Delivery
- Guarantees
- at-least-once
- Backoff
- Attio retries failed webhook deliveries with exponential backoff.
Payload schema (field names + types only)
event_type string required
Event type: list-entry.deleted.
id object required
Unique event identifier.
workspace_id string required
Attio workspace ID.
event_id string required
Unique event ID.
created_at string required
ISO 8601 timestamp when the event occurred.
data object required
Event-specific data.
entry object required
The list entry that was created or deleted.
parent_record_id object | null
values object
Attribute values for this list entry.
Notes: Attio uses a structured ID object pattern throughout (workspace_id + resource_id). Custom objects and lists are supported; event types are generic across all object slugs.
Vendor docs
A new record is created in any object (people, companies, deals, or custom objects).
namespace: record / extraction: llm assisted (confidence 0.90)
Auth
- Auth method
hmac-sha256- Signature header
X-Attio-Signature- Signature detail
- HMAC-SHA256 of the raw request body using the webhook's signing secret.
Delivery
- Guarantees
- at-least-once
- Backoff
- Attio retries failed webhook deliveries with exponential backoff.
Payload schema (field names + types only)
event_type string required
Event type: record.created.
id object required
Unique event identifier.
workspace_id string required
Attio workspace ID.
event_id string required
Unique event ID.
created_at string required
ISO 8601 timestamp when the event occurred.
data object required
Event-specific data.
record object required
The record that was created, updated, or deleted.
object object
The object (collection) this record belongs to.
object_id string
Object ID.
api_slug string
API slug for the object (e.g. 'people', 'companies').
values object
Map of attribute API slugs to their values.
Notes: Attio uses a structured ID object pattern throughout (workspace_id + resource_id). Custom objects and lists are supported; event types are generic across all object slugs.
Vendor docs