Built by Metorial, the integration platform for agentic AI.
List records for a specific item object type such as contacts, companies, or a custom object. Supports pagination, search, sorting, and field-based filters.
Create a new contact, company, or custom object record in item. Contacts and companies may deduplicate automatically based on item matching rules.
Soft-delete an item record by ID. Relationships involving the record are also soft-deleted.
Update one or more fields on an existing item record. Supports both system fields and custom fields, leaving unspecified fields unchanged.
Fetch a single item record by ID, or by email for contacts. Useful for retrieving the full flattened record with all available fields.
List organization users in item, including their IDs and access levels. Useful for mapping owner fields or assigning records.
Run a shared item view and return its filtered, sorted records. This is the preferred way to pull structured item data on a schedule.
Retrieve the item schema for all available object types, including field definitions and select options. Useful for discovering custom objects and valid field names before creating or updating records.
Create or update up to 100 item records in one request. Each record is processed independently, so partial success is possible.
List shared views configured for an item object type. Views capture saved filters, sorting, and visible columns from the item UI.
Send a JSON payload to an item skill webhook to start a skill run. Optionally signs the payload with an HMAC-SHA256 signature using the API key as the shared secret.