Cardly
cardlyCardly helps businesses create great engagement with customers by getting out of inboxes and into mailboxes.
Acciones disponibles (20)
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.
Create Contact ListCARDLY_CREATE_CONTACT_LISTAcciónTool to add a new contact list. use after defining name and optional custom fields, before populating the list with contacts.
CARDLY_CREATE_CONTACT_LISTAcciónTool to add a new contact list. use after defining name and optional custom fields, before populating the list with contacts.
Parámetros de entrada
namestringObligatorioA short, unique name for this contact list.
fieldsobject[]Custom fields to add to this list. New fields will be created; existing fields (matched by name) updated.
descriptionstringFree-text description of this contact list.
Parámetros de salida
dataobjectObligatorioThe newly created contact list.
errorstringError if any occurred during the execution of the action
stateobjectObligatorioStandard API status object.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create WebhookCARDLY_CREATE_WEBHOOKAcciónTool to create a new webhook subscription. use when you need cardly to notify your application via http post for specific events.
CARDLY_CREATE_WEBHOOKAcciónTool to create a new webhook subscription. use when you need cardly to notify your application via http post for specific events.
Parámetros de entrada
eventsstring[]ObligatorioList of event names this webhook subscribes to; only notifications for these events will be sent.
metadataobjectArbitrary key/value pairs to attach to this webhook for user-defined metadata.
targetUrlstringObligatorioThe URL this webhook will send POST requests to once one of the subscribed events is triggered. Must be a valid HTTPS endpoint.
descriptionstringFree-text description of what this webhook is for.
Parámetros de salida
dataobjectObligatorioThe newly created webhook object.
errorstringError if any occurred during the execution of the action
stateobjectObligatorioStandard API status object.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Invitation by EmailCARDLY_DELETE_INVITATION_BY_EMAILAcciónTool to delete an invitation by email address. use when you need to invalidate an outstanding invitation immediately.
CARDLY_DELETE_INVITATION_BY_EMAILAcciónTool to delete an invitation by email address. use when you need to invalidate an outstanding invitation immediately.
Parámetros de entrada
emailstringObligatorioThe email address of the invitation to delete.
Parámetros de salida
dataobjectObligatorioDetails of the deleted invitation.
errorstringError if any occurred during the execution of the action
stateobjectObligatorioResponse status metadata.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete WebhookCARDLY_DELETE_WEBHOOKAcciónTool to delete a webhook. use after confirming the webhook id to immediately cease all activity and event subscriptions for that webhook.
CARDLY_DELETE_WEBHOOKAcciónTool to delete a webhook. use after confirming the webhook id to immediately cease all activity and event subscriptions for that webhook.
Parámetros de entrada
idstringObligatorioThe unique ID of the webhook to delete.
Parámetros de salida
dataobjectObligatorioThe webhook object that was deleted
errorstringError if any occurred during the execution of the action
stateobjectObligatorioResponse status object
successfulbooleanObligatorioWhether or not the action execution was successful or not
Generate PreviewCARDLY_GENERATE_PREVIEWAcciónTool to generate a low-quality, watermarked preview document for a card. use after confirming artwork and template details to estimate costs and delivery.
CARDLY_GENERATE_PREVIEWAcciónTool to generate a low-quality, watermarked preview document for a card. use after confirming artwork and template details to estimate costs and delivery.
Parámetros de entrada
styleobjectGlobal style overrides (optional)
senderobjectSender details (provide all fields if specifying)
artworkstringObligatorioArtwork UUID or slug to preview
messagesobjectMessage overrides when not using a template
shipToMebooleanTrue to send a blank envelope back to sender
templatestringTemplate ID for variable substitution (optional)
recipientobjectObligatorioEnvelope recipient details
variablesobjectKey/value map of template variables to inject
shippingMethodstringenumShipping method (per-region support varies)
standardtrackedexpressrequestedArrivalstringDesired arrival date (ISO 8601) for estimates
purchaseOrderNumberstringReference number for internal tracking
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
stateobjectObligatoriosuccessfulbooleanObligatorioWhether or not the action execution was successful or not
List ArtworkCARDLY_LIST_ARTWORKAcciónTool to retrieve the currently available artwork for your organisation. use when you need to list and paginate artwork items, optionally filtering to only your own artwork.
CARDLY_LIST_ARTWORKAcciónTool to retrieve the currently available artwork for your organisation. use when you need to list and paginate artwork items, optionally filtering to only your own artwork.
Parámetros de entrada
limitintegerMaximum number of artwork items to return
offsetintegerNumber of records to skip before returning results
ownOnlybooleanIf true, return only artwork owned by your organisation; defaults to false
Parámetros de salida
dataobjectObligatorioPaginated artwork data
errorstringError if any occurred during the execution of the action
stateobjectObligatorioResponse status information
testModebooleanTrue when using a test-mode API key, omitted otherwise
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Credit HistoryCARDLY_LIST_CREDIT_HISTORYAcciónTool to list credit history records. use after checking account balance to review recent credits/debits.
CARDLY_LIST_CREDIT_HISTORYAcciónTool to list credit history records. use after checking account balance to review recent credits/debits.
Parámetros de entrada
limitintegerMaximum number of records to retrieve per page, must be at least 1.
offsetintegerNumber of records to skip before starting to collect the result set, must be non-negative.
effectiveTime.gtstringYYYY-MM-DD HH:ii:ss formatted string to retrieve only results after this time.
effectiveTime.ltstringYYYY-MM-DD HH:ii:ss formatted string to retrieve only results before this time.
effectiveTime.gtestringYYYY-MM-DD HH:ii:ss formatted string to retrieve only results after or equal to this time.
effectiveTime.ltestringYYYY-MM-DD HH:ii:ss formatted string to retrieve only results before or equal to this time.
Parámetros de salida
dataobjectObligatorioContainer for pagination and result records.
errorstringError if any occurred during the execution of the action
stateobjectObligatorioOverall API call status.
successfulbooleanObligatorioWhether or not the action execution was successful or not
List FontsCARDLY_LIST_FONTSAcciónTool to list your currently available fonts. use after confirming authentication to explore font options in cardly.
CARDLY_LIST_FONTSAcciónTool to list your currently available fonts. use after confirming authentication to explore font options in cardly.
Parámetros de entrada
limitintegerMaximum number of records per page, must be at least 1.
offsetintegerNumber of records to skip before starting the result set, must be non-negative.
organisationOnlybooleanIf true, return only fonts exclusive to your organisation.
Parámetros de salida
dataobjectObligatorioData containing pagination and results.
errorstringError if any occurred during the execution of the action
stateobjectObligatorioResponse status object.
testModebooleanIndicates if the response is in test mode.
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Gift Credit HistoryCARDLY_LIST_GIFT_CREDIT_HISTORYAcciónTool to list gift credit history records for your organization. use when you need paginated gift credit entries with optional time-based filters.
CARDLY_LIST_GIFT_CREDIT_HISTORYAcciónTool to list gift credit history records for your organization. use when you need paginated gift credit entries with optional time-based filters.
Parámetros de entrada
limitintegerMaximum number of records to return. Defaults to server-side default if unspecified.
offsetintegerNumber of records to skip for pagination. Defaults to server-side default if unspecified.
effectiveTime.gtstringYYYY-MM-DD HH:ii:ss formatted string to retrieve only results after this time.
effectiveTime.ltstringYYYY-MM-DD HH:ii:ss formatted string to retrieve only results before this time.
effectiveTime.gtestringYYYY-MM-DD HH:ii:ss formatted string to retrieve only results after or equal to this time.
effectiveTime.ltestringYYYY-MM-DD HH:ii:ss formatted string to retrieve only results before or equal to this time.
Parámetros de salida
dataobjectObligatorioResults and pagination data.
errorstringError if any occurred during the execution of the action
stateobjectObligatorioResponse status object.
successfulbooleanObligatorioWhether or not the action execution was successful or not
List InvitationsCARDLY_LIST_INVITATIONSAcciónTool to retrieve active invitations for your organisation with optional filters. use when you need to audit invited users and their statuses before sending new invitations or revoking access.
CARDLY_LIST_INVITATIONSAcciónTool to retrieve active invitations for your organisation with optional filters. use when you need to audit invited users and their statuses before sending new invitations or revoking access.
Parámetros de entrada
limitintegerMaximum number of invitations to return. Defaults to API default if omitted.
offsetintegerNumber of invitation records to skip before returning results. Defaults to 0 if omitted.
expiredOnlybooleanIf true, only return expired invitations.
acceptedOnlybooleanIf true, only return accepted invitations.
includeAcceptedbooleanIf true, includes accepted invitations in the response. Default filters them out.
Parámetros de salida
dataobjectObligatorioPaginated invitations data
errorstringError if any occurred during the execution of the action
stateobjectObligatorioResponse status object
testModebooleanTrue when using a test-mode API key, omitted otherwise
successfulbooleanObligatorioWhether or not the action execution was successful or not
List MediaCARDLY_LIST_MEDIAAcciónTool to retrieve the currently available media sizes for product artwork. use when you need to explore or validate media options before creating artwork.
CARDLY_LIST_MEDIAAcciónTool to retrieve the currently available media sizes for product artwork. use when you need to explore or validate media options before creating artwork.
Parámetros de entrada
limitintegerMaximum number of media items to return, defaults to 25 if omitted.
offsetintegerNumber of records to skip for pagination, defaults to 0 if omitted.
organisationOnlybooleanIf true, only return media items exclusive to your organisation.
Parámetros de salida
dataobjectObligatorioPaginated media data results
errorstringError if any occurred during the execution of the action
stateobjectObligatorioResponse status including code, messages, and build version
testModebooleanIndicates test mode when using a test API key
successfulbooleanObligatorioWhether or not the action execution was successful or not
List OrdersCARDLY_LIST_ORDERSAcciónTool to retrieve orders placed by your organisation. use when you need to fetch paginated order history after confirming the endpoint.
CARDLY_LIST_ORDERSAcciónTool to retrieve orders placed by your organisation. use when you need to fetch paginated order history after confirming the endpoint.
Parámetros de entrada
limitintegerMaximum number of orders to return. Defaults to API default if omitted.
offsetintegerNumber of records to skip before returning results. Defaults to 0 if omitted.
Parámetros de salida
dataobjectObligatorioPaginated orders data.
errorstringError if any occurred during the execution of the action
stateobjectObligatorioResponse status details.
testModebooleanTrue when using a test-mode API key, omitted otherwise.
successfulbooleanObligatorioWhether or not the action execution was successful or not
List TemplatesCARDLY_LIST_TEMPLATESAcciónTool to retrieve your currently available templates from cardly. use to list and paginate templates for selection in card sends.
CARDLY_LIST_TEMPLATESAcciónTool to retrieve your currently available templates from cardly. use to list and paginate templates for selection in card sends.
Parámetros de entrada
limitintegerMaximum number of templates to return. Defaults to API default if omitted.
offsetintegerNumber of records to skip before returning results. Defaults to 0 if omitted.
Parámetros de salida
dataobjectObligatorioPaginated template data
errorstringError if any occurred during the execution of the action
stateobjectObligatorioResponse status object
testModebooleanTrue when using a test-mode API key, omitted otherwise
successfulbooleanObligatorioWhether or not the action execution was successful or not
List UsersCARDLY_LIST_USERSAcciónTool to retrieve all users associated with your account. use when you need to list and paginate user accounts.
CARDLY_LIST_USERSAcciónTool to retrieve all users associated with your account. use when you need to list and paginate user accounts.
Parámetros de entrada
limitintegerMaximum number of users to return. Defaults to API default if omitted.
offsetintegerNumber of user records to skip before returning results. Defaults to 0 if omitted.
Parámetros de salida
dataobjectObligatorioPaginated users data
errorstringError if any occurred during the execution of the action
stateobjectObligatorioResponse status including status, messages, and version
testModebooleanTrue when using a test-mode API key, omitted otherwise
successfulbooleanObligatorioWhether or not the action execution was successful or not
List WebhooksCARDLY_LIST_WEBHOOKSAcciónTool to retrieve any active or disabled webhooks set up for your organisation. use when you need to audit configured webhook endpoints before modifying subscriptions.
CARDLY_LIST_WEBHOOKSAcciónTool to retrieve any active or disabled webhooks set up for your organisation. use when you need to audit configured webhook endpoints before modifying subscriptions.
Parámetros de entrada
limitintegerMaximum number of webhooks to return. Defaults to API default if omitted.
offsetintegerNumber of webhook records to skip before returning results. Defaults to 0 if omitted.
Parámetros de salida
dataobjectObligatorioPaginated webhooks data
errorstringError if any occurred during the execution of the action
stateobjectObligatorioResponse status object
testModebooleanTrue when using a test-mode API key, omitted otherwise
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Writing StylesCARDLY_LIST_WRITING_STYLESAcciónTool to list available writing styles. use when you need to retrieve writing styles available for handwriting personalization.
CARDLY_LIST_WRITING_STYLESAcciónTool to list available writing styles. use when you need to retrieve writing styles available for handwriting personalization.
Parámetros de entrada
limitintegerNumber of records to return, defaults to 25 if omitted.
offsetintegerNumber of records to skip for pagination, defaults to 0 if omitted.
Parámetros de salida
dataobjectObligatorioData object containing meta and list of writing styles
errorstringError if any occurred during the execution of the action
stateobjectObligatorioResponse status including status, messages, and version
testModebooleanIndicates test mode when using a test API key
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve Account BalanceCARDLY_RETRIEVE_ACCOUNT_BALANCEAcciónTool to retrieve the current account and gift credit balances for your organisation. use after authenticating to verify available credit before placing orders.
CARDLY_RETRIEVE_ACCOUNT_BALANCEAcciónTool to retrieve the current account and gift credit balances for your organisation. use after authenticating to verify available credit before placing orders.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioThe nested data object containing balances.
errorstringError if any occurred during the execution of the action
stateobjectObligatorioResponse status including overall API call status, messages, and build version.
testModebooleanIndicates if the call ran in test mode with a test API key.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve OrderCARDLY_RETRIEVE_ORDERAcciónTool to retrieve information on a specific order. use after obtaining an order id to fetch its details.
CARDLY_RETRIEVE_ORDERAcciónTool to retrieve information on a specific order. use after obtaining an order id to fetch its details.
Parámetros de entrada
idstringObligatorioUnique identifier of the order to retrieve.
Parámetros de salida
dataobjectObligatorioDetailed order information.
errorstringError if any occurred during the execution of the action
stateobjectObligatorioResponse status details.
testModebooleanTrue if response was returned in test mode.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve UserCARDLY_RETRIEVE_USERAcciónTool to retrieve detailed information about a specific user. use after obtaining the user id to fetch its details.
CARDLY_RETRIEVE_USERAcciónTool to retrieve detailed information about a specific user. use after obtaining the user id to fetch its details.
Parámetros de entrada
idstringObligatorioUnique ID of the user to retrieve.
Parámetros de salida
dataobjectObligatorioDetailed user information.
errorstringError if any occurred during the execution of the action
stateobjectObligatorioResponse status object.
testModebooleanTrue when using a test-mode API key, omitted otherwise.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update WebhookCARDLY_UPDATE_WEBHOOKAcciónTool to update a webhook’s settings, including target url and events. use after retrieving existing webhook to apply configuration changes.
CARDLY_UPDATE_WEBHOOKAcciónTool to update a webhook’s settings, including target url and events. use after retrieving existing webhook to apply configuration changes.
Parámetros de entrada
idstringObligatorioThe unique ID of the webhook to update.
eventsstring[]ObligatorioList of event names this webhook subscribes to; only notifications for these events will be sent.
disabledbooleanIf true, disables the webhook; if false, enables it.
metadataobjectArbitrary key/value pairs to attach to this webhook for user-defined metadata.
targetUrlstringObligatoriouriThe URL this webhook will send POST requests to once one of its subscribed events is triggered.
descriptionstringFree-text description of what this webhook is for.
Parámetros de salida
dataobjectObligatorioThe updated webhook object.
errorstringError if any occurred during the execution of the action
stateobjectObligatorioStandard API status object.
testModebooleanTrue when using a test-mode API key; omitted otherwise.
successfulbooleanObligatorioWhether or not the action execution was successful or not