← Tools Reference

Cardly

Cardly integration (Marketing, Productivity). Imported from open-connector.

API key7 toolshttps://api.card.ly/v2
POST
cardly_echo
Send a JSON payload to Cardly's authenticated echo endpoint for credential and request debugging.

/echo

2 parameters
ParamTypeRequiredDescription
teststringoptionalAn optional query value that Cardly echoes back.
bodyobjectoptionalAn arbitrary JSON object to send to Cardly and echo back.
GET
cardly_get_balance
Retrieve the current Cardly card credit and gift credit balances.

/account/balance

GET
cardly_list_credit_history
List Cardly account credit history records with pagination and time filters.

/account/credit-history

6 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of records to return.
offsetintegeroptionalThe zero-based record offset to start listing from.
effectiveTimeLtstringoptionalReturn records with an effective time before this YYYY-MM-DD HH:ii:ss value.
effectiveTimeLtestringoptionalReturn records with an effective time before or equal to this YYYY-MM-DD HH:ii:…
effectiveTimeGtstringoptionalReturn records with an effective time after this YYYY-MM-DD HH:ii:ss value.
effectiveTimeGtestringoptionalReturn records with an effective time after or equal to this YYYY-MM-DD HH:ii:s…
GET
cardly_list_gift_credit_history
List Cardly gift credit history records with pagination and time filters.

/account/gift-credit-history

6 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of records to return.
offsetintegeroptionalThe zero-based record offset to start listing from.
effectiveTimeLtstringoptionalReturn records with an effective time before this YYYY-MM-DD HH:ii:ss value.
effectiveTimeLtestringoptionalReturn records with an effective time before or equal to this YYYY-MM-DD HH:ii:…
effectiveTimeGtstringoptionalReturn records with an effective time after this YYYY-MM-DD HH:ii:ss value.
effectiveTimeGtestringoptionalReturn records with an effective time after or equal to this YYYY-MM-DD HH:ii:s…
GET
cardly_list_media
List Cardly media options that can be used when selecting card products.

/media

2 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of records to return.
offsetintegeroptionalThe zero-based record offset to start listing from.
GET
cardly_list_fonts
List Cardly fonts available for handwriting and text personalization.

/fonts

2 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of records to return.
offsetintegeroptionalThe zero-based record offset to start listing from.
GET
cardly_list_writing_styles
List Cardly writing styles available for generated handwriting.

/writing-styles

2 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of records to return.
offsetintegeroptionalThe zero-based record offset to start listing from.