This article presents a possible use case and corresponding sample flow that you can support. It provides a useful starting point as you plan your implementation.
When displaying a contact's activity timeline you may want to show the template's icon and description alongside each activity. This flow shows how to look up template details for a list of activities.
To enrich a contact's activity feed with template details:
contactId to retrieve the
contact's activities.next cursor is
returned in metadata.cursors. Build a lookup map of id → template from the results.templateId, look up the matching template. Use template.icon.url
to display an icon next to the activity and template.activityDescription for a short
human-readable summary of what the activity represents.Last updated: 18 August 2026