API & Integrations
Google Sheets Integration
1 min readMar 28, 2026
Google Sheets Integration
Automatically sync Suhep data to Google Sheets for custom reporting and analysis.
Via Zapier (No Code)
Via API (Custom)
Use the Suhep API to pull data into Sheets:
UrlFetchApp.fetch() to call Suhep APIRecommended Sheet Structure
| Column | Data | |--------|------| | Ticket ID | ticket.id | | Subject | ticket.subject | | Status | ticket.status | | Priority | ticket.priority | | Category | ticket.category | | Customer | ticket.customerEmail | | Created | ticket.createdAt | | Resolved | ticket.updatedAt | | AI Resolved | ticket.aiResolved |
