Loading...
Loading...
Attio integration. Manage crm data, records, and workflows. Use when the user wants to interact with Attio data.
npx skill4agent add membranedev/application-skills attiomembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search attio --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Records | list-records | Lists people, companies, deals or other records with optional filtering and sorting. |
| List All Lists | list-all-lists | Retrieves all lists in the workspace. |
| List Entries | list-entries | Lists entries in a list with optional filtering and sorting. |
| List Objects | list-objects | Retrieves all objects (standard and custom) in the workspace. |
| List Workspace Members | list-workspace-members | Retrieves all workspace members in the current workspace. |
| Get Record | get-record | Gets a single person, company, deal or other record by its ID. |
| Get List | get-list | Retrieves a single list by its ID or slug. |
| Get List Entry | get-list-entry | Retrieves a single list entry by its ID. |
| Get Object | get-object | Retrieves metadata for a specific object by its ID or slug. |
| Get Workspace Member | get-workspace-member | Retrieves a single workspace member by their ID. |
| Get Task | get-task | Retrieves a single task by its ID. |
| Get Note | get-note | Retrieves a single note by its ID. |
| Create Record | create-record | Creates a new person, company, deal or other record in Attio. |
| Create List Entry | create-list-entry | Adds a record to a list as a new entry. |
| Create Task | create-task | Creates a new task, optionally linked to records. |
| Create Note | create-note | Creates a new note attached to a person, company, or other record. |
| Update Record | update-record | Updates an existing record. |
| Update Task | update-task | Updates an existing task. |
| Delete Record | delete-record | Deletes a single person, company, deal or other record by its ID. |
| Delete Task | delete-task | Deletes a task by its ID. |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY