Figma Integration
Connect Figma files and comments to Metalogue
Figma Integration
Connect your Figma organization to index files, comments, and components.
Quick Start
const connector = await client.createConnector({
connector_type: 'figma',
display_name: 'Company Figma',
credentials: {
access_token: 'figd_xxxxxxxxxxxx',
},
});
await client.syncConnector(connector.connector_id, true);
Synced Content
| Content Type | Indexed Fields |
|---|---|
| Files | name, description |
| Comments | text, author |
| Components | name, description |
| Projects | name |
Configuration
{
"settings": {
"teams": ["team-id"],
"sync_comments": true,
"sync_components": true
}
}
