Handwrytten integration
Automate your handwritten correspondence.
- Provider
- handwrytten
- Category
- Other
- Setup
- User-supplied API key
- Actions
- 48 available
Quick start
Call Handwrytten from your generated app's worker code via the OverSkill composio client. The toolkit slug below maps to Handwrytten'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(
"HANDWRYTTEN_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 Handwrytten 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
48 actions exposed via the
Handwrytten integration. Each maps to a callable
slug — pass it to composio.execute(...) in your
worker code.
-
HANDWRYTTEN_ADD_RECIPIENT -
HANDWRYTTEN_CALCULATE_ORDER_TAXES -
HANDWRYTTEN_CHECK_AUTH -
HANDWRYTTEN_CLEAR_BASKET -
HANDWRYTTEN_CREATE_TEMPLATE -
HANDWRYTTEN_CREATE_USER_ADDRESS -
HANDWRYTTEN_DELETE_CUSTOM_IMAGE -
HANDWRYTTEN_DELETE_RECIPIENT -
HANDWRYTTEN_DELETE_TEMPLATE -
HANDWRYTTEN_GET_BASKET_ALL_NEW -
HANDWRYTTEN_GET_BASKET_COUNT -
HANDWRYTTEN_GET_BASKET_ITEM
Show all 48 actions
-
HANDWRYTTEN_GET_CARD_DETAILS -
HANDWRYTTEN_GET_LIST_ADDRESSES -
HANDWRYTTEN_GET_RANDOM_CARDS -
HANDWRYTTEN_GET_TEMPLATE_DETAILS -
HANDWRYTTEN_GET_USER -
HANDWRYTTEN_GET_USER_ADDRESS -
HANDWRYTTEN_LIST_BASKET_ORDERS_GROUPED -
HANDWRYTTEN_LIST_BASKETS -
HANDWRYTTEN_LIST_CARDS -
HANDWRYTTEN_LIST_CATEGORIES -
HANDWRYTTEN_LIST_COUNTRIES -
HANDWRYTTEN_LIST_CREDIT_CARDS -
HANDWRYTTEN_LIST_FONTS -
HANDWRYTTEN_LIST_FONTS_FOR_CUSTOMIZER -
HANDWRYTTEN_LIST_GCARDS -
HANDWRYTTEN_LIST_IMAGES -
HANDWRYTTEN_LIST_INSERTS -
HANDWRYTTEN_LIST_ORDERS -
HANDWRYTTEN_LIST_ORDERS_GROUPED -
HANDWRYTTEN_LIST_PAST_ORDERS -
HANDWRYTTEN_LIST_RECIPIENTS -
HANDWRYTTEN_LIST_SIGNATURES -
HANDWRYTTEN_LIST_STATES -
HANDWRYTTEN_LIST_TEMPLATE_CATEGORIES -
HANDWRYTTEN_LIST_TEMPLATES -
HANDWRYTTEN_LOGOUT -
HANDWRYTTEN_PLACE_BASKET -
HANDWRYTTEN_REGISTER_USER -
HANDWRYTTEN_REQUEST_RESET_PASSWORD -
HANDWRYTTEN_SET_DEFAULT_ADDRESS -
HANDWRYTTEN_SET_TEST_MODE -
HANDWRYTTEN_UPDATE_BASKET -
HANDWRYTTEN_UPDATE_BILLING_INFO -
HANDWRYTTEN_UPDATE_RECIPIENT -
HANDWRYTTEN_UPDATE_TEMPLATE -
HANDWRYTTEN_UPLOAD_CUSTOM_LOGO
Build with Handwrytten
Open OverSkill, describe what you want to build, and reference Handwrytten in your prompt — the AI will wire up the integration automatically.