Component Details
appmixer.klaviyo.list.GetList
Get List
1.0.0
Public
{ "name": "appmixer.klaviyo.list.GetList", "label": "Get List", "description": "Retrieve details about a specific list", "author": "Appmixer <info@appmixer.com>", "version": "1.0.0", "auth": { "service": "appmixer:klaviyo" }, "quota": { "manager": "appmixer:klaviyo", "resources": "seventy-five-requests" }, "inPorts": [ { "name": "in", "schema": { "type": "object", "properties": { "listId": { "type": "string" } }, "required": [ "listId" ] }, "inspector": { "inputs": { "listId": { "type": "text", "index": 0, "label": "List ID", "tooltip": "ID of the list to retrieve", "source": { "url": "/component/appmixer/klaviyo/list/FindLists?outPort=out", "data": { "message": { "in/outputType": "array" }, "properties": { "isSource": true }, "transform": "./FindLists#toSelectArray" } } } } } } ], "outPorts": [ { "name": "out", "options": [ { "label": "Type", "value": "type", "schema": { "type": "string", "example": "list" } }, { "label": "List ID", "value": "id", "schema": { "type": "string", "example": "01JBXYZ1234567890ABCDEF" } }, { "label": "Attributes", "value": "attributes", "schema": { "type": "object", "properties": { "name": { "type": "string", "title": "Attributes.Name", "example": "Newsletter Subscribers" }, "created": { "type": "string", "title": "Attributes.Created", "example": "2025-01-15T10:30:00+00:00" }, "updated": { "type": "string", "title": "Attributes.Updated", "example": "2025-01-16T08:45:00+00:00" }, "opt_in_process": { "type": "string", "title": "Attributes.Opt In Process", "example": "single_opt_in" } } } }, { "label": "Relationships", "value": "relationships", "schema": { "type": "object", "properties": { "profiles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string", "title": "Relationships.Profiles.Data.Type" }, "id": { "type": "string", "title": "Relationships.Profiles.Data.Id" } } }, "title": "Relationships.Profiles.Data" }, "links": { "type": "object", "properties": { "self": { "type": "string", "title": "Relationships.Profiles.Links.Self", "example": "https://a.klaviyo.com/api/lists/01JBXYZ1234567890ABCDEF" }, "related": { "type": "string", "title": "Relationships.Profiles.Links.Related", "example": "https://a.klaviyo.com/api/lists/01JBXYZ1234567890ABCDEF/related" } }, "title": "Relationships.Profiles.Links" } }, "title": "Relationships.Profiles" }, "tags": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string", "title": "Relationships.Tags.Data.Type" }, "id": { "type": "string", "title": "Relationships.Tags.Data.Id" } } }, "title": "Relationships.Tags.Data" }, "links": { "type": "object", "properties": { "self": { "type": "string", "title": "Relationships.Tags.Links.Self", "example": "https://a.klaviyo.com/api/lists/01JBXYZ1234567890ABCDEF" }, "related": { "type": "string", "title": "Relationships.Tags.Links.Related", "example": "https://a.klaviyo.com/api/lists/01JBXYZ1234567890ABCDEF/related" } }, "title": "Relationships.Tags.Links" } }, "title": "Relationships.Tags" }, "flow-triggers": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string", "title": "Relationships.Flow-Triggers.Data.Type" }, "id": { "type": "string", "title": "Relationships.Flow-Triggers.Data.Id" } } }, "title": "Relationships.Flow-Triggers.Data" }, "links": { "type": "object", "properties": { "self": { "type": "string", "title": "Relationships.Flow-Triggers.Links.Self", "example": "https://a.klaviyo.com/api/lists/01JBXYZ1234567890ABCDEF" }, "related": { "type": "string", "title": "Relationships.Flow-Triggers.Links.Related", "example": "https://a.klaviyo.com/api/lists/01JBXYZ1234567890ABCDEF/related" } }, "title": "Relationships.Flow-Triggers.Links" } }, "title": "Relationships.Flow-Triggers" } } } }, { "label": "Links", "value": "links", "schema": { "type": "object", "properties": { "self": { "type": "string", "title": "Links.Self", "example": "https://a.klaviyo.com/api/lists/01JBXYZ1234567890ABCDEF" } } } } ] } ], "icon": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxMAAAsTAQCanBgAAAEiSURBVFhH7ZIxToVAEIb/mZWwJEDCQkKLsZDa6jUeQFtbz0BiYecRNDFaegvvYTyEFFYU0mCCrIXZBKd/8xq+ZIr9KebPNwAbGweGANQAdvKDBlEUfQDAJQCvPcy8OOd2BytARE/BhHoBIuqdczkA8OokatR1fTMMw1d4qxqI4/h1XUbVADOPTdN0MlczUBTFrVyuZsAY89Z13YPMoWGAmX+qqjqTiwN7L2CtfZRLAyonsNYOMluzdwPMPOV5fiIXQ8vAsizxOI7PModWAQDw3l9kWXYtc2icIAwRfbZtW66XqxkAAO993ff9vczVDIRJ0/Q8LFc1EJim6QXAEQ5VYJ7n0yRJ7sJb/QT4+yG/y7JsCcAxgKv/HXUwxrzLbGNDnV+yVFeZnf5lVAAAAABJRU5ErkJggg==" }