Celigo integration
Integration platform as a service (iPaaS) for connecting applications and…
- Provider
- celigo
- Category
- Other
- Setup
- User-supplied API key
- Actions
- 117 available
Quick start
Call Celigo from your generated app's worker code via the OverSkill composio client. The toolkit slug below maps to Celigo'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(
"CELIGO_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 Celigo 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
117 actions exposed via the
Celigo integration. Each maps to a callable
slug — pass it to composio.execute(...) in your
worker code.
-
CELIGO_ASSIGN_EXPORT_ERROR -
CELIGO_CLONE_EXPORT -
CELIGO_CLONE_FLOW -
CELIGO_CLONE_IMPORT -
CELIGO_CLONE_INTEGRATION -
CELIGO_CREATE_CONNECTION -
CELIGO_CREATE_EXPORT -
CELIGO_CREATE_FILE_DEFINITION -
CELIGO_CREATE_FLOW -
CELIGO_CREATE_I_CLIENT -
CELIGO_CREATE_IMPORT -
CELIGO_CREATE_INTEGRATION
Show all 117 actions
-
CELIGO_CREATE_INTEGRATION_REVISION -
CELIGO_CREATE_SCRIPT -
CELIGO_CREATE_TAG -
CELIGO_DELETE_ALL_RESOURCE_STATE -
CELIGO_DELETE_ALL_STATE -
CELIGO_DELETE_CONNECTION -
CELIGO_DELETE_EXPORT -
CELIGO_DELETE_FLOW -
CELIGO_DELETE_ICLIENT -
CELIGO_DELETE_IMPORT -
CELIGO_DELETE_INTEGRATION -
CELIGO_DELETE_RESOLVED_ERRORS -
CELIGO_DELETE_RESOURCE_STATE_VALUE -
CELIGO_DELETE_SCRIPT -
CELIGO_DELETE_STATE_VALUE -
CELIGO_DELETE_TAG -
CELIGO_DELETE_USER -
CELIGO_EVALUATE_VIRTUAL_IMPORT_MAP -
CELIGO_EXECUTE_VIRTUAL_EXPORT -
CELIGO_EXECUTE_VIRTUAL_IMPORT -
CELIGO_EXPORT_VIRTUAL_PAGED -
CELIGO_GENERATE_STRUCTURED_FILE -
CELIGO_GET_CONNECTION -
CELIGO_GET_CONNECTION_AUDIT -
CELIGO_GET_CONNECTION_DEBUG_LOGS -
CELIGO_GET_CONNECTION_DEPENDENCIES -
CELIGO_GET_EDI_PROFILES -
CELIGO_GET_EXPORT -
CELIGO_GET_EXPORT_AUDIT -
CELIGO_GET_EXPORT_ERRORS -
CELIGO_GET_FILE_DEFINITION -
CELIGO_GET_FILE_DEFINITIONS -
CELIGO_GET_FLOW -
CELIGO_GET_FLOW_AUDIT -
CELIGO_GET_FLOW_DEPENDENCIES -
CELIGO_GET_FLOW_DESCENDANTS -
CELIGO_GET_FLOW_LAST_EXPORT_DATETIME -
CELIGO_GET_FLOW_LATEST_JOBS -
CELIGO_GET_FLOW_TEMPLATE -
CELIGO_GET_I_CLIENT -
CELIGO_GET_IMPORT -
CELIGO_GET_IMPORT_AUDIT -
CELIGO_GET_IMPORT_DEPENDENCIES -
CELIGO_GET_INTEGRATION_AUDIT -
CELIGO_GET_INTEGRATION_CONNECTIONS -
CELIGO_GET_INTEGRATION_DEPENDENCIES -
CELIGO_GET_INTEGRATION_ERRORS -
CELIGO_GET_INTEGRATION_EXPORTS -
CELIGO_GET_INTEGRATION_FLOWS -
CELIGO_GET_INTEGRATION_IMPORTS -
CELIGO_GET_INTEGRATION_TEMPLATE -
CELIGO_GET_INTEGRATION_USERS -
CELIGO_GET_JOB_ERRORS -
CELIGO_GET_RESOLVED_ERRORS -
CELIGO_GET_RESOURCE_STATE_VALUE -
CELIGO_GET_SCRIPT -
CELIGO_GET_SCRIPT_LOGS -
CELIGO_GET_STATE_VALUE -
CELIGO_GET_TAG -
CELIGO_GET_TAGS -
CELIGO_GET_TOKEN_INFO -
CELIGO_GET_USER -
CELIGO_GET_USERS -
CELIGO_INVITE_MULTIPLE_USERS -
CELIGO_INVITE_USER -
CELIGO_INVOKE_IMPORT -
CELIGO_LIST_AUDIT_LOGS -
CELIGO_LIST_CONNECTIONS -
CELIGO_LIST_EXPORTS -
CELIGO_LIST_FLOWS -
CELIGO_LIST_I_CLIENTS -
CELIGO_LIST_IMPORTS -
CELIGO_LIST_INTEGRATIONS -
CELIGO_LIST_JOBS -
CELIGO_LIST_LICENSES -
CELIGO_LIST_RESOURCE_STATE -
CELIGO_LIST_STATE_KEYS -
CELIGO_PARSE_CSV_TO_JSON -
CELIGO_PARSE_STRUCTURED_FILE -
CELIGO_PARSE_XML_TO_JSON -
CELIGO_PATCH_CONNECTION -
CELIGO_PATCH_EXPORT -
CELIGO_PATCH_FLOW -
CELIGO_PATCH_ICLIENT -
CELIGO_PATCH_IMPORT -
CELIGO_PATCH_INTEGRATION -
CELIGO_PING_CONNECTION -
CELIGO_REGISTER_CONNECTION -
CELIGO_REGISTER_CONNECTIONS_BULK -
CELIGO_RESOLVE_ERRORS -
CELIGO_RETRY_ERRORS -
CELIGO_TEST_VIRTUAL_CONNECTION -
CELIGO_UNREGISTER_CONNECTION -
CELIGO_UPDATE_CONNECTION -
CELIGO_UPDATE_EXPORT -
CELIGO_UPDATE_FLOW -
CELIGO_UPDATE_FLOW_ERROR_TAGS -
CELIGO_UPDATE_I_CLIENT -
CELIGO_UPDATE_IMPORT -
CELIGO_UPDATE_INTEGRATION -
CELIGO_UPDATE_RESOURCE_STATE_VALUE -
CELIGO_UPDATE_SCRIPT -
CELIGO_UPDATE_STATE_VALUE -
CELIGO_UPDATE_TAG -
CELIGO_UPDATE_USER
Build with Celigo
Open OverSkill, describe what you want to build, and reference Celigo in your prompt — the AI will wire up the integration automatically.