Gosquared integration
GoSquared provides real-time web analytics and customer engagement tools to…
- Provider
- gosquared
- Category
- Analytics
- Setup
- User-supplied API key
- Actions
- 90 available
Quick start
Call Gosquared from your generated app's worker code via the OverSkill composio client. The toolkit slug below maps to Gosquared's public Composio identifier — your app references it by name and OverSkill handles the OAuth round-trip.
// In your generated app's worker handler:
const composio = composioClient(env);
const result = await composio.execute(
"GOSQUARED_ACTION_NAME",
{ /* action parameters — see Actions section below */ }
);
return new Response(JSON.stringify(result), {
headers: { "Content-Type": "application/json" }
});
Replace ACTION_NAME with one of the slugs listed in
the Actions section below. The composio client handles auth +
rate limits automatically — no API key is exposed to user code.
Setup
End-users supply their own Gosquared API key. OverSkill provides a pre-built connection form via the integration card — your app can call the composio client immediately once the user has connected.
Available actions
90 actions exposed via the
Gosquared integration. Each maps to a callable
slug — pass it to composio.execute(...) in your
worker code.
-
GOSQUARED_ACCOUNT_ADD_SHARED_USER -
GOSQUARED_ACCOUNT_REMOVE_SHARED_USER -
GOSQUARED_ACCOUNT_SHARED_USERS -
GOSQUARED_ACCOUNT_SITES -
GOSQUARED_AUTH_TOKEN_INFO -
GOSQUARED_BLOCK_VISITOR -
GOSQUARED_CHAT_CHAT -
GOSQUARED_CHAT_CHAT_MESSAGES -
GOSQUARED_CHAT_CHATS -
GOSQUARED_CHAT_FEED -
GOSQUARED_CREATE_ACCOUNT_WEBHOOK -
GOSQUARED_CREATE_WEBHOOK_TRIGGER
Show all 90 actions
-
GOSQUARED_DELETE_ACCOUNT_WEBHOOK -
GOSQUARED_DELETE_PERSON -
GOSQUARED_END_VISITOR_SESSIONS -
GOSQUARED_GET_ACCOUNT_BLOCKED -
GOSQUARED_GET_ACCOUNT_BLOCKED_BOTS -
GOSQUARED_GET_ACCOUNT_BLOCKED_IPS -
GOSQUARED_GET_ACCOUNT_BLOCKED_VISITORS -
GOSQUARED_GET_ACCOUNT_SITE -
GOSQUARED_GET_ACCOUNT_SITES_USAGE -
GOSQUARED_GET_ACCOUNT_TAGGED_VISITORS -
GOSQUARED_GET_ACCOUNT_TRIGGER_TYPE -
GOSQUARED_GET_ACCOUNT_TRIGGER_TYPES -
GOSQUARED_GET_ACCOUNT_WEBHOOK -
GOSQUARED_GET_ACCOUNT_WEBHOOKS -
GOSQUARED_GET_ACCOUNT_WEBHOOK_TRIGGERS -
GOSQUARED_GET_CHAT_CHAT_MESSAGE -
GOSQUARED_GET_NOW_BROWSERS -
GOSQUARED_GET_NOW_CAMPAIGNS -
GOSQUARED_GET_NOW_COUNTRIES -
GOSQUARED_GET_NOW_ENGAGEMENT -
GOSQUARED_GET_NOW_GEO -
GOSQUARED_GET_NOW_LANGUAGES -
GOSQUARED_GET_NOW_NOTIFICATIONS -
GOSQUARED_GET_NOW_ORGANISATIONS -
GOSQUARED_GET_NOW_SOURCES_BY_SECTION -
GOSQUARED_GET_NOW_TIME -
GOSQUARED_GET_NOW_VISITOR -
GOSQUARED_GET_PEOPLE_EVENT_TYPES -
GOSQUARED_GET_PEOPLE_PROPERTY_TYPES -
GOSQUARED_GET_PERSON -
GOSQUARED_GET_PERSON_FEED -
GOSQUARED_GET_TRENDS_BROWSER -
GOSQUARED_GET_TRENDS_CAMPAIGN_CONTENT -
GOSQUARED_GET_TRENDS_CAMPAIGN_NAME -
GOSQUARED_GET_TRENDS_CAMPAIGN_SOURCE -
GOSQUARED_GET_TRENDS_CAMPAIGN_TERM -
GOSQUARED_GET_TRENDS_CATEGORY -
GOSQUARED_GET_TRENDS_COUNTRY -
GOSQUARED_GET_TRENDS_LANGUAGE -
GOSQUARED_GET_TRENDS_ORGANISATION -
GOSQUARED_GET_TRENDS_OS -
GOSQUARED_GET_TRENDS_PRODUCT -
GOSQUARED_GET_TRENDS_SCREEN_DIMENSIONS -
GOSQUARED_GET_TRENDS_SOURCES -
GOSQUARED_GET_TRENDS_SOURCES_BY_TYPE -
GOSQUARED_GET_TRENDS_TRANSACTION -
GOSQUARED_LIST_PEOPLE -
GOSQUARED_NOW_CONCURRENTS -
GOSQUARED_NOW_PAGES -
GOSQUARED_NOW_PLATFORMS -
GOSQUARED_NOW_V3_OVERVIEW -
GOSQUARED_NOW_V3_SOURCES -
GOSQUARED_NOW_V3_TIME_SERIES -
GOSQUARED_NOW_VISITORS -
GOSQUARED_PEOPLE_DEVICES -
GOSQUARED_PEOPLE_SMARTGROUP_FEED -
GOSQUARED_PEOPLE_SMARTGROUP_PEOPLE -
GOSQUARED_PEOPLE_SMART_GROUPS -
GOSQUARED_POST_ACCOUNT_SITES -
GOSQUARED_POST_CHAT_CHAT_ARCHIVE -
GOSQUARED_POST_CHAT_CHAT_MESSAGE -
GOSQUARED_POST_CHAT_CHAT_NOTE -
GOSQUARED_POST_CHAT_CHAT_UNARCHIVE -
GOSQUARED_POST_PEOPLE_SMARTGROUPS -
GOSQUARED_SEND_TRACKING_PING -
GOSQUARED_TAG_VISITOR -
GOSQUARED_TRACKING_EVENT -
GOSQUARED_TRACKING_IDENTIFY -
GOSQUARED_TRACKING_PAGEVIEW -
GOSQUARED_TRACKING_TRANSACTION -
GOSQUARED_TRACK_PROPERTIES -
GOSQUARED_TRENDS_AGGREGATE -
GOSQUARED_TRENDS_CAMPAIGN_MEDIUM -
GOSQUARED_TRENDS_EVENT -
GOSQUARED_TRENDS_PAGE -
GOSQUARED_TRENDS_PATH1 -
GOSQUARED_UPDATE_ACCOUNT_BLOCKED_BOTS -
GOSQUARED_UPDATE_ACCOUNT_BLOCKED_IPS
Build with Gosquared
Open OverSkill, describe what you want to build, and reference Gosquared in your prompt — the AI will wire up the integration automatically.