What It Does
- Syncs all completed conversations from Attention’s v2 API
- Imports full transcripts (flattened from JSON format)
- Detects the conversation organizer for participant role mapping
- Computes duration from stream timestamps
Connecting
Attention uses an API key for authentication.Get your API key
Go to app.attention.tech/settings/organization/api-keys and generate an API key.
Enter the key
In Salesgraph Assist, go to the Integrations page, find Attention under API Key integrations, and paste your API key.
Syncing Conversations
After connecting, click Sync now to import your conversations.What Gets Synced
| Data | Description |
|---|---|
| Conversations | All completed conversations with pagination |
| Transcripts | Full transcripts, flattened from Attention’s JSON format |
| Participants | Participant list with organizer role detection |
| Duration | Computed from stream start and end timestamps |
How Sync Works
- The app fetches all completed conversations from Attention’s v2 API with pagination.
- Transcript data is extracted and flattened from the JSON response into speaker-attributed segments.
- The conversation organizer is identified for internal/external participant mapping.
- Duration is calculated from the stream’s timestamp data.
- Each conversation is ingested through the meeting pipeline — AI summary, action items, and coaching analysis.
- Meetings are deduplicated by
attention:{conversationId}.
