hootsuite-core-workflow-b
Installation
SKILL.md
Hootsuite Analytics & URL Shortening
Overview
Retrieve social media analytics and use Ow.ly URL shortening via the Hootsuite API. Track post performance, engagement metrics, and click-through rates.
Prerequisites
- Completed
hootsuite-install-authsetup - Published posts with engagement data
Instructions
Step 1: Get Organization Analytics
import 'dotenv/config';
const TOKEN = process.env.HOOTSUITE_ACCESS_TOKEN!;
const BASE = 'https://platform.hootsuite.com/v1';