Handwrytten
handwryttenAutomate your handwritten correspondence. Send real notes with your message written in pen by robots.
Acciones disponibles (48)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Add RecipientHANDWRYTTEN_ADD_RECIPIENTAcciónTool to add a recipient address to the user's addressbook in Handwrytten. Use when you need to store a new recipient for sending handwritten cards.
HANDWRYTTEN_ADD_RECIPIENTAcciónTool to add a recipient address to the user's addressbook in Handwrytten. Use when you need to store a new recipient for sending handwritten cards.
Parámetros de entrada
zipstringObligatorioZIP or postal code. Required for recipient.
citystringObligatorioCity name. Required for recipient.
namestringFull name or company name if different from first_name/last_name.
statestringState or province code (e.g., 'NY', 'CA').
address1stringObligatorioPrimary street address line. Required for recipient.
address2stringSecondary street address line (apartment, suite, etc.).
birthdaystringRecipient's birthday in MM/DD/YYYY format.
last_namestringRecipient's last name.
country_idstringObligatorioCountry identifier. Use '1' for USA. Required for recipient.
first_namestringRecipient's first name.
validate_addressbooleanIf true, validate the address before adding. Default: false.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Calculate Order TaxesHANDWRYTTEN_CALCULATE_ORDER_TAXESAcciónTool to calculate taxes for Handwrytten basket orders. Use without any parameters for basket orders, or optionally provide order details to calculate taxes for a specific order (experimental).
HANDWRYTTEN_CALCULATE_ORDER_TAXESAcciónTool to calculate taxes for Handwrytten basket orders. Use without any parameters for basket orders, or optionally provide order details to calculate taxes for a specific order (experimental).
Parámetros de entrada
card_idintegerThe id of the card you want to send
insert_idintegerThe insert id for the order. Only if card_id is present
address_idintegerThe id of the address, required if card_id is present
denomination_idintegerOptional. Use if sending a gift card. Only if card_id is present
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Check AuthenticationHANDWRYTTEN_CHECK_AUTHAcciónTool to verify API key authentication validity for Handwrytten. Use when you need to test if the API credentials are valid and properly configured.
HANDWRYTTEN_CHECK_AUTHAcciónTool to verify API key authentication validity for Handwrytten. Use when you need to test if the API credentials are valid and properly configured.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Clear BasketHANDWRYTTEN_CLEAR_BASKETAcciónTool to clear all items from the shopping basket. Use when you need to empty the basket and remove all pending items before starting a new order or canceling the current selection.
HANDWRYTTEN_CLEAR_BASKETAcciónTool to clear all items from the shopping basket. Use when you need to empty the basket and remove all pending items before starting a new order or canceling the current selection.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create TemplateHANDWRYTTEN_CREATE_TEMPLATEAcciónTool to create a new template for the current user. Use when you need to save a new message template for sending handwritten cards.
HANDWRYTTEN_CREATE_TEMPLATEAcciónTool to create a new template for the current user. Use when you need to save a new message template for sending handwritten cards.
Parámetros de entrada
namestringObligatorioName of the template to create
messagestringObligatorioMessage content for the template
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create User AddressHANDWRYTTEN_CREATE_USER_ADDRESSAcciónTool to create a new user address in Handwrytten. Use when adding a new return address to a user's profile for sending handwritten cards.
HANDWRYTTEN_CREATE_USER_ADDRESSAcciónTool to create a new user address in Handwrytten. Use when adding a new return address to a user's profile for sending handwritten cards.
Parámetros de entrada
zipstringObligatorioZIP or postal code (required)
citystringObligatorioCity name (required)
namestringFull name (alternative to first_name and last_name)
statestringState or province code (required for US and Canada addresses). Use two-letter state abbreviation.
defaultbooleanSet this return address as default
address1stringObligatorioStreet address (required)
address2stringAdditional address information like apartment, suite, unit number
last_namestringLast name (required if first_name is not present)
country_idstringObligatorioCountry ID (required if country is not present). Use 1 for United States.
first_namestringFirst name (required if last_name is not present)
business_namestringBusiness name if this is a business address
validate_addressbooleanWhether to validate the address
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Custom ImageHANDWRYTTEN_DELETE_CUSTOM_IMAGEAcciónTool to delete a custom image/logo from Handwrytten. Use when you need to remove a previously uploaded custom image or logo from your account.
HANDWRYTTEN_DELETE_CUSTOM_IMAGEAcciónTool to delete a custom image/logo from Handwrytten. Use when you need to remove a previously uploaded custom image or logo from your account.
Parámetros de entrada
image_idintegerObligatorioThe ID of the custom image to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Recipient AddressHANDWRYTTEN_DELETE_RECIPIENTAcciónTool to delete one or more recipient addresses from user's profile. Use when you need to remove saved recipient addresses. Provide either address_id for single deletion or address_ids for bulk deletion.
HANDWRYTTEN_DELETE_RECIPIENTAcciónTool to delete one or more recipient addresses from user's profile. Use when you need to remove saved recipient addresses. Provide either address_id for single deletion or address_ids for bulk deletion.
Parámetros de entrada
address_idintegerThe unique identifier of a single recipient address to delete. Provide either address_id (for single deletion) or address_ids (for bulk deletion), but not both. Use this when deleting one recipient at a time.
address_idsinteger[]A list of recipient address identifiers to delete in bulk. Provide either address_id (for single deletion) or address_ids (for bulk deletion), but not both. Use this when deleting multiple recipients at once.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete TemplateHANDWRYTTEN_DELETE_TEMPLATEAcciónTool to delete a user's template by its ID. Use when you need to remove a saved template from the user's account.
HANDWRYTTEN_DELETE_TEMPLATEAcciónTool to delete a user's template by its ID. Use when you need to remove a saved template from the user's account.
Parámetros de entrada
template_idintegerObligatorioThe unique identifier of the template to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Basket (New Method)HANDWRYTTEN_GET_BASKET_ALL_NEWAcciónTool to retrieve the user's basket using the new method. Use when you need to fetch the current state of the shopping basket with all items, billing information, and totals.
HANDWRYTTEN_GET_BASKET_ALL_NEWAcciónTool to retrieve the user's basket using the new method. Use when you need to fetch the current state of the shopping basket with all items, billing information, and totals.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Basket CountHANDWRYTTEN_GET_BASKET_COUNTAcciónTool to retrieve the count of items currently in the basket. Use when you need to check how many items are in the shopping basket before proceeding with checkout or additional operations.
HANDWRYTTEN_GET_BASKET_COUNTAcciónTool to retrieve the count of items currently in the basket. Use when you need to check how many items are in the shopping basket before proceeding with checkout or additional operations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Basket ItemHANDWRYTTEN_GET_BASKET_ITEMAcciónTool to retrieve a basket item by its ID from Handwrytten. Use when you need to get details of a specific basket item.
HANDWRYTTEN_GET_BASKET_ITEMAcciónTool to retrieve a basket item by its ID from Handwrytten. Use when you need to get details of a specific basket item.
Parámetros de entrada
idintegerObligatorioBasket item id (basket_id). The unique identifier for the basket item to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Card DetailsHANDWRYTTEN_GET_CARD_DETAILSAcciónTool to get detailed information about a specific card in the Handwrytten catalog. Use when you need comprehensive details about a card including pricing, dimensions, images, and customization options.
HANDWRYTTEN_GET_CARD_DETAILSAcciónTool to get detailed information about a specific card in the Handwrytten catalog. Use when you need comprehensive details about a card including pricing, dimensions, images, and customization options.
Parámetros de entrada
lowresbooleanOptional flag to request low-resolution images. When true, returns smaller image URLs to reduce bandwidth.
card_idintegerObligatorioThe unique identifier of the card to retrieve details for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get List of AddressesHANDWRYTTEN_GET_LIST_ADDRESSESAcciónTool to retrieve a list of all addresses associated with the user's account. Use when you need to view or select from saved addresses for sending handwritten cards.
HANDWRYTTEN_GET_LIST_ADDRESSESAcciónTool to retrieve a list of all addresses associated with the user's account. Use when you need to view or select from saved addresses for sending handwritten cards.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Random CardsHANDWRYTTEN_GET_RANDOM_CARDSAcciónTool to retrieve random cards from Handwrytten. Use when you need to get a random selection of greeting cards from the Handwrytten catalog.
HANDWRYTTEN_GET_RANDOM_CARDSAcciónTool to retrieve random cards from Handwrytten. Use when you need to get a random selection of greeting cards from the Handwrytten catalog.
Parámetros de entrada
htmlbooleanIf true, the API will render HTML instead of JSON. Set to false or omit for JSON response.
card_numberintegerNumber of random cards to retrieve. If not specified, the API will return a default number of cards.
orientationstringenumOrientation options for cards.
LPF
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Template DetailsHANDWRYTTEN_GET_TEMPLATE_DETAILSAcciónTool to get detailed information about a card text template in the Handwrytten catalog. Use when you need to view the template message content and details.
HANDWRYTTEN_GET_TEMPLATE_DETAILSAcciónTool to get detailed information about a card text template in the Handwrytten catalog. Use when you need to view the template message content and details.
Parámetros de entrada
template_idintegerObligatorioThe unique identifier of the template to retrieve details for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Current User InfoHANDWRYTTEN_GET_USERAcciónTool to retrieve information about the currently authenticated user. Use when you need to fetch user profile details, account information, or verify authentication status.
HANDWRYTTEN_GET_USERAcciónTool to retrieve information about the currently authenticated user. Use when you need to fetch user profile details, account information, or verify authentication status.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get User AddressHANDWRYTTEN_GET_USER_ADDRESSAcciónTool to retrieve the authenticated user's address and billing information. Use when you need to access user profile address details.
HANDWRYTTEN_GET_USER_ADDRESSAcciónTool to retrieve the authenticated user's address and billing information. Use when you need to access user profile address details.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Basket Orders GroupedHANDWRYTTEN_LIST_BASKET_ORDERS_GROUPEDAcciónTool to list all basket orders grouped by basket. Use when you need to retrieve all items currently in the user's basket or review pending orders.
HANDWRYTTEN_LIST_BASKET_ORDERS_GROUPEDAcciónTool to list all basket orders grouped by basket. Use when you need to retrieve all items currently in the user's basket or review pending orders.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Past BasketsHANDWRYTTEN_LIST_BASKETSAcciónTool to retrieve a list of user's past baskets. Use when you need to view historical basket information including orders, recipients, and totals.
HANDWRYTTEN_LIST_BASKETSAcciónTool to retrieve a list of user's past baskets. Use when you need to view historical basket information including orders, recipients, and totals.
Parámetros de entrada
pageintegerPage number, numeration starts with 1, 50 items per page. If not set, 250 items are returned.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List CardsHANDWRYTTEN_LIST_CARDSAcciónTool to retrieve a list of available Handwrytten cards with optional filtering and pagination. Use when browsing card catalog or searching for specific card types.
HANDWRYTTEN_LIST_CARDSAcciónTool to retrieve a list of available Handwrytten cards with optional filtering and pagination. Use when browsing card catalog or searching for specific card types.
Parámetros de entrada
pageintegerPage number for pagination, starting from 0. Used to retrieve different pages of card results.
lowresbooleanRequest low-resolution images instead of full resolution. Set to true for smaller image files.
category_idintegerFilter cards by category ID. If not provided, returns cards from all categories.
with_imagesbooleanInclude card images in the response. Set to true to retrieve card image URLs.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List CategoriesHANDWRYTTEN_LIST_CATEGORIESAcciónTool to retrieve the list of available card categories from Handwrytten. Use when you need to display category options or filter cards by category.
HANDWRYTTEN_LIST_CATEGORIESAcciónTool to retrieve the list of available card categories from Handwrytten. Use when you need to display category options or filter cards by category.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List CountriesHANDWRYTTEN_LIST_COUNTRIESAcciónTool to retrieve the list of countries available in Handwrytten. Use when you need to get available countries for sending handwritten cards.
HANDWRYTTEN_LIST_COUNTRIESAcciónTool to retrieve the list of countries available in Handwrytten. Use when you need to get available countries for sending handwritten cards.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Credit CardsHANDWRYTTEN_LIST_CREDIT_CARDSAcciónTool to list all credit cards associated with the Handwrytten account. Use when you need to retrieve stored payment methods and billing information.
HANDWRYTTEN_LIST_CREDIT_CARDSAcciónTool to list all credit cards associated with the Handwrytten account. Use when you need to retrieve stored payment methods and billing information.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List FontsHANDWRYTTEN_LIST_FONTSAcciónTool to retrieve the list of available handwriting fonts. Use when you need to display font options or select a font for a handwritten message.
HANDWRYTTEN_LIST_FONTSAcciónTool to retrieve the list of available handwriting fonts. Use when you need to display font options or select a font for a handwritten message.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Fonts for CustomizerHANDWRYTTEN_LIST_FONTS_FOR_CUSTOMIZERAcciónTool to list fonts available for use with the card customizer. Use when you need to retrieve available font options for customizing handwritten cards.
HANDWRYTTEN_LIST_FONTS_FOR_CUSTOMIZERAcciónTool to list fonts available for use with the card customizer. Use when you need to retrieve available font options for customizing handwritten cards.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Gift CardsHANDWRYTTEN_LIST_GCARDSAcciónTool to retrieve the list of available gift cards with their denominations and pricing. Use when you need to see what gift card options are available for purchase through the Handwrytten API.
HANDWRYTTEN_LIST_GCARDSAcciónTool to retrieve the list of available gift cards with their denominations and pricing. Use when you need to see what gift card options are available for purchase through the Handwrytten API.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Custom User ImagesHANDWRYTTEN_LIST_IMAGESAcciónTool to retrieve a list of custom user images uploaded to Handwrytten. Use when you need to browse or manage custom cover images or logos.
HANDWRYTTEN_LIST_IMAGESAcciónTool to retrieve a list of custom user images uploaded to Handwrytten. Use when you need to browse or manage custom cover images or logos.
Parámetros de entrada
typestringenumEnum for image types supported by Handwrytten.
coverlogo
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List InsertsHANDWRYTTEN_LIST_INSERTSAcciónTool to retrieve a list of available inserts from Handwrytten. Use when you need to view all inserts that can be included with handwritten cards.
HANDWRYTTEN_LIST_INSERTSAcciónTool to retrieve a list of available inserts from Handwrytten. Use when you need to view all inserts that can be included with handwritten cards.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List OrdersHANDWRYTTEN_LIST_ORDERSAcciónTool to retrieve a list of user's past orders from Handwrytten. Use when you need to view order history or check the status of previously placed orders.
HANDWRYTTEN_LIST_ORDERSAcciónTool to retrieve a list of user's past orders from Handwrytten. Use when you need to view order history or check the status of previously placed orders.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Orders GroupedHANDWRYTTEN_LIST_ORDERS_GROUPEDAcciónTool to retrieve the user's order history grouped by basket. Use when you need to view or analyze past orders.
HANDWRYTTEN_LIST_ORDERS_GROUPEDAcciónTool to retrieve the user's order history grouped by basket. Use when you need to view or analyze past orders.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Past OrdersHANDWRYTTEN_LIST_PAST_ORDERSAcciónTool to retrieve a list of user's past orders from Handwrytten API. Use when you need to view order history or check the status of previously placed orders.
HANDWRYTTEN_LIST_PAST_ORDERSAcciónTool to retrieve a list of user's past orders from Handwrytten API. Use when you need to view order history or check the status of previously placed orders.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List RecipientsHANDWRYTTEN_LIST_RECIPIENTSAcciónTool to retrieve a list of recipient addresses that the user has previously saved. Use when you need to view or select from saved recipient addresses for sending handwritten cards.
HANDWRYTTEN_LIST_RECIPIENTSAcciónTool to retrieve a list of recipient addresses that the user has previously saved. Use when you need to view or select from saved recipient addresses for sending handwritten cards.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List SignaturesHANDWRYTTEN_LIST_SIGNATURESAcciónTool to retrieve the list of available signatures for use in card orders. Use when you need to display signature options or select a signature for a handwritten message.
HANDWRYTTEN_LIST_SIGNATURESAcciónTool to retrieve the list of available signatures for use in card orders. Use when you need to display signature options or select a signature for a handwritten message.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List StatesHANDWRYTTEN_LIST_STATESAcciónTool to retrieve the list of states/provinces available in Handwrytten. Use when you need to get available states for addressing handwritten cards.
HANDWRYTTEN_LIST_STATESAcciónTool to retrieve the list of states/provinces available in Handwrytten. Use when you need to get available states for addressing handwritten cards.
Parámetros de entrada
country_idintegerCountry ID to filter states by. If not provided, returns states for all countries.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Template CategoriesHANDWRYTTEN_LIST_TEMPLATE_CATEGORIESAcciónTool to retrieve the list of available template categories from Handwrytten. Use when you need to display template category options or filter templates by category.
HANDWRYTTEN_LIST_TEMPLATE_CATEGORIESAcciónTool to retrieve the list of available template categories from Handwrytten. Use when you need to display template category options or filter templates by category.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List TemplatesHANDWRYTTEN_LIST_TEMPLATESAcciónTool to retrieve a list of card text templates from Handwrytten. Use when you need to display available templates or filter templates by category.
HANDWRYTTEN_LIST_TEMPLATESAcciónTool to retrieve a list of card text templates from Handwrytten. Use when you need to display available templates or filter templates by category.
Parámetros de entrada
category_idintegerFilter templates by category ID. If not provided, returns templates from all categories.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Logout UserHANDWRYTTEN_LOGOUTAcciónTool to logout user from Handwrytten application. Use when you need to terminate the current user session and invalidate the authentication token.
HANDWRYTTEN_LOGOUTAcciónTool to logout user from Handwrytten application. Use when you need to terminate the current user session and invalidate the authentication token.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Place Order in BasketHANDWRYTTEN_PLACE_BASKETAcciónTool to add an order to the basket in Handwrytten. Use when you need to create a new handwritten card order with specified recipients, card design, message, and delivery details. The order can be placed immediately or scheduled for future delivery.
HANDWRYTTEN_PLACE_BASKETAcciónTool to add an order to the basket in Handwrytten. Use when you need to create a new handwritten card order with specified recipients, card design, message, and delivery details. The order can be placed immediately or scheduled for future delivery.
Parámetros de entrada
fontstringFont ID for handwriting style. Examples: hwJeff, astDunn, hwMercy.
wishesstringWishes text as part of the signature block in the letter.
card_idintegerThe ID of the card design to use for the order.
messagestringGeneral message to include in all cards. Can be overridden per address in the addresses list.
for_freebooleanWhether this order should be placed for free (requires appropriate permissions).
quantityintegerQuantity of identical cards to send. Use when sending the same card to multiple recipients.
addressesobject[]List of recipient addresses with their details. Required if address_ids is not provided. Each address can have its own message.
date_sendstringScheduled send date and time in YYYY-MM-DD HH:MM:SS format. Leave empty for immediate sending.
font_sizeintegerFont size for the handwriting. Typically ranges from 8 to 16.
insert_idintegerID of an insert to include with the card (e.g., business card, flyer).
address_idintegerSingle address ID for sending to one recipient.
address_idsinteger[]List of existing address IDs from Handwrytten address book. Required if addresses is not provided.
coupon_codestringCoupon code to apply to this order for discounts.
signature_idintegerSignature ID for the wishes block of the message.
signature2_idintegerSignature ID for the main message block.
auto_font_sizebooleanWhether to automatically adjust font size to fit the message on the card.
check_quantitybooleanWhether to check if cards and inserts are in stock. Returns error if insufficient quantity available.
denomination_idintegerDenomination ID for gift cards, if applicable.
return_address_idintegerID of the return address to use. If not provided, the default return address will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Register UserHANDWRYTTEN_REGISTER_USERAcciónTool to register a new Handwrytten user account. Use when creating a new user with email and password. Sends activation email to user; user status is not_active until email is confirmed.
HANDWRYTTEN_REGISTER_USERAcciónTool to register a new Handwrytten user account. Use when creating a new user with email and password. Sends activation email to user; user status is not_active until email is confirmed.
Parámetros de entrada
fnamestringObligatorioFirst name of the user.
lnamestringObligatorioLast name of the user.
loginstringObligatorioEmail address for the new user account. This will be used as the login credential.
silentbooleanIf true, the registration notification email will not be sent to the user.
fullnamestringFull name of the user if provided.
passwordstringObligatorioPassword for the new user account. Must meet minimum security requirements.
silent_addbooleanIf true, the registration notification email will not be sent to the user.
discount_codestringDiscount code managed in admin area. Used to add credits/bonus credits to the user and attach user to an existing group.
password_confirmationstringObligatorioPassword confirmation - must be exactly equal to the password field. Required for validation.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Request Password ResetHANDWRYTTEN_REQUEST_RESET_PASSWORDAcciónTool to request a password reset email for a Handwrytten account. Use when a user needs to reset their password and requires an email with reset instructions. The API will send an email with a password reset link if the provided email exists in the system, but will return success regardless to prevent email enumeration attacks.
HANDWRYTTEN_REQUEST_RESET_PASSWORDAcciónTool to request a password reset email for a Handwrytten account. Use when a user needs to reset their password and requires an email with reset instructions. The API will send an email with a password reset link if the provided email exists in the system, but will return success regardless to prevent email enumeration attacks.
Parámetros de entrada
loginstringObligatorioEmail address of the user requesting password reset. An email with password reset instructions will be sent if this email exists in the system.
g_recaptcha_responsestringObligatorioGoogle reCAPTCHA token for security validation. This is required to prevent automated abuse of the password reset endpoint.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Set Default AddressHANDWRYTTEN_SET_DEFAULT_ADDRESSAcciónTool to set a default return address for the user in Handwrytten. Use when you need to designate a specific address as the default return address for sending handwritten cards.
HANDWRYTTEN_SET_DEFAULT_ADDRESSAcciónTool to set a default return address for the user in Handwrytten. Use when you need to designate a specific address as the default return address for sending handwritten cards.
Parámetros de entrada
idintegerObligatorioThe unique ID of the address to set as default. This must be an existing address ID from the user's address list.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Set Test ModeHANDWRYTTEN_SET_TEST_MODEAcciónTool to set test mode for the current Handwrytten user. Use when you need to enable or disable test mode for testing purposes. When enabled, cards will not be sent and money will be returned to the credit card.
HANDWRYTTEN_SET_TEST_MODEAcciónTool to set test mode for the current Handwrytten user. Use when you need to enable or disable test mode for testing purposes. When enabled, cards will not be sent and money will be returned to the credit card.
Parámetros de entrada
test_modeintegerObligatorioenumTest mode setting: enabled (1) to activate test mode where cards are not sent and charges are refunded, or disabled (0) to deactivate test mode and process real orders.
01
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Basket ItemHANDWRYTTEN_UPDATE_BASKETAcciónTool to update an existing basket item in Handwrytten. Use when you need to modify card details, recipient addresses, messages, or other basket item properties.
HANDWRYTTEN_UPDATE_BASKETAcciónTool to update an existing basket item in Handwrytten. Use when you need to modify card details, recipient addresses, messages, or other basket item properties.
Parámetros de entrada
idintegerObligatorioExisting basket item ID to update (required)
fontstringFont style to use for the handwritten message
wishesstringWishes text to include as part of the signature in the card
card_idintegerID of the card design to use
messagestringThe handwritten message content to include in the card
for_freebooleanMark this basket item as free (no charge)
quantityintegerNumber of cards to send
addressesobject[]List of address objects for bulk updates with custom messages
date_sendstringDate and time to send the card (format: YYYY-MM-DD HH:MM:SS)
font_sizeintegerFont size for the message (in points)
insert_idintegerID of an insert to include with the card
address_idintegerID of the address to use for this basket item
couponCodestringCoupon code to apply to this basket item
address_idsinteger[]List of address IDs for bulk updates
signature_idintegerSignature ID for the wishes block of the message
signature2_idintegerSignature ID for the main block of the message
auto_font_sizebooleanAutomatically adjust font size to fit the message
check_quantitybooleanCheck card quantity in stock, return 'insufficient quantity' error if low stock
denomination_idintegerGift card denomination ID (if applicable)
return_address_idintegerReturn address ID. If not provided, the default return address will be used
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Billing InformationHANDWRYTTEN_UPDATE_BILLING_INFOAcciónTool to update user billing information (country, zip, address) for tax calculations in Handwrytten. Use when updating billing address details for accurate tax computation.
HANDWRYTTEN_UPDATE_BILLING_INFOAcciónTool to update user billing information (country, zip, address) for tax calculations in Handwrytten. Use when updating billing address details for accurate tax computation.
Parámetros de entrada
zipstringObligatorioZIP or postal code for billing address (required for tax calculations)
addressstringObligatorioStreet address for billing (required for tax calculations)
country_idintegerObligatorioCountry ID for billing address. Use 1 for United States.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update RecipientHANDWRYTTEN_UPDATE_RECIPIENTAcciónTool to update a recipient address in the user's addressbook in Handwrytten. Use when you need to modify an existing recipient's address details.
HANDWRYTTEN_UPDATE_RECIPIENTAcciónTool to update a recipient address in the user's addressbook in Handwrytten. Use when you need to modify an existing recipient's address details.
Parámetros de entrada
zipstringObligatorioZIP or postal code. Required for recipient update.
citystringObligatorioCity name. Required for recipient update.
namestringFull name or company name if different from first_name/last_name.
statestringState or province code (e.g., 'FL', 'CA').
address1stringObligatorioPrimary street address line. Required for recipient update.
address2stringSecondary street address line (apartment, suite, etc.).
birthdaystringRecipient's birthday in MM/DD/YYYY format.
last_namestringRecipient's last name. Required if first_name is not present.
address_idintegerObligatorioUnique identifier of the recipient address to update. Required.
country_idstringObligatorioCountry identifier. Use '1' for USA. Required for recipient update.
first_namestringRecipient's first name. Required if last_name is not present.
business_namestringBusiness name if this is a business address.
validate_addressbooleanIf true, validate the address before updating. Default: false.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update TemplateHANDWRYTTEN_UPDATE_TEMPLATEAcciónTool to update an existing user template in Handwrytten. Use when you need to modify a template's name or message content.
HANDWRYTTEN_UPDATE_TEMPLATEAcciónTool to update an existing user template in Handwrytten. Use when you need to modify a template's name or message content.
Parámetros de entrada
namestringObligatorioUpdated name for the template (required)
messagestringObligatorioUpdated message content for the template (required)
template_idintegerObligatorioID of the template to update (required)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload Custom LogoHANDWRYTTEN_UPLOAD_CUSTOM_LOGOAcciónTool to upload a custom image (logo or cover) to Handwrytten for use with custom cards. Use when you need to add a custom logo or cover image that can be referenced in future card creation requests.
HANDWRYTTEN_UPLOAD_CUSTOM_LOGOAcciónTool to upload a custom image (logo or cover) to Handwrytten for use with custom cards. Use when you need to add a custom logo or cover image that can be referenced in future card creation requests.
Parámetros de entrada
fileobjectObligatorioThe image file to upload. FileUploadable object where 'name' is the filename (e.g., 'logo.png'). Supported formats: PNG, JPG, JPEG.
typestringenumType of custom image being uploaded
coverlogo
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not