Dpd2
dpd2DPD is a digital product delivery platform for selling ebooks, software, music, and other digital goods.
Acciones disponibles (7)
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.
Get StorefrontDPD2_GET_STOREFRONTAcciónTool to retrieve details of a specific storefront by its id. use when you need storefront metadata after you have its id.
DPD2_GET_STOREFRONTAcciónTool to retrieve details of a specific storefront by its id. use when you need storefront metadata after you have its id.
Parámetros de entrada
idintegerObligatorioUnique ID of the storefront 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
List DPD CustomersDPD2_LIST_CUSTOMERSAcciónTool to list customers in your dpd account. use when you need a filtered or paginated list of customers for reporting or synchronization.
DPD2_LIST_CUSTOMERSAcciónTool to list customers in your dpd account. use when you need a filtered or paginated list of customers for reporting or synchronization.
Parámetros de entrada
pageintegerPage number of results to fetch (default 1).
limitintegerNumber of customers to return (max 100, default 50).
since_idintegerOnly return customers with ID greater than this value.
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 DPD PurchasesDPD2_LIST_PURCHASESAcciónTool to list all purchases made through your dpd account. use when you need to retrieve purchase records with optional date filters and pagination for reporting or analysis.
DPD2_LIST_PURCHASESAcciónTool to list all purchases made through your dpd account. use when you need to retrieve purchase records with optional date filters and pagination for reporting or analysis.
Parámetros de entrada
pageintegerPage number for results pagination (default 1)
limitintegerNumber of purchases to return (max 1000)
sincestringOnly include purchases made on or after this date (YYYY-MM-DD)
untilstringOnly include purchases made on or before this date (YYYY-MM-DD)
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 StorefrontsDPD2_LIST_STOREFRONTSAcciónTool to list all storefronts in your dpd account. use after authenticating to fetch storefront details before managing products or purchases.
DPD2_LIST_STOREFRONTSAcciónTool to list all storefronts in your dpd account. use after authenticating to fetch storefront details before managing products or purchases.
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 SubscribersDPD2_LIST_SUBSCRIBERSAcciónTool to list subscribers for a given storefront. use when you need a paginated and filtered list of subscribers after storefront setup.
DPD2_LIST_SUBSCRIBERSAcciónTool to list subscribers for a given storefront. use when you need a paginated and filtered list of subscribers after storefront setup.
Parámetros de entrada
pageintegerPage number to retrieve (>=1).
emailstringFilter by subscriber email address.
sincestringOnly return subscribers added or updated since this ISO8601 timestamp.
filterstringAdditional filter expression.
per_pageintegerNumber of subscribers per page.
storefront_idstringObligatorioStorefront ID.
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
DPD: Ping APIDPD2_PINGAcciónTool to ping the api to check its status. use when verifying api connectivity before further operations.
DPD2_PINGAcciónTool to ping the api to check its status. use when verifying api connectivity before further 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
Verify DPD NotificationDPD2_VERIFY_NOTIFICATIONAcciónTool to verify a webhook notification's authenticity by posting back the original signature and payload. use after receiving a notification to confirm it originates from dpd.
DPD2_VERIFY_NOTIFICATIONAcciónTool to verify a webhook notification's authenticity by posting back the original signature and payload. use after receiving a notification to confirm it originates from dpd.
Parámetros de entrada
bodyobjectObligatorioComplete JSON payload received from the webhook notification.
headersobjectObligatorioHTTP headers from the incoming webhook request. Must include 'X-DPD-Signature' to allow DPD to verify authenticity.
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