Tool to list customers in your DPD account with advanced filtering. Use when you need to find customers by email, name, product purchases, newsletter subscription status, or creation date range.
pageintegerPage number for paginated results (starts at 1).
emailstringCustomer email (startswith match, not case sensitive). Use to find customers by email prefix.
date_maxstringCustomer created before this date (PHP strtotime format, e.g., 'YYYY-MM-DD', '1 week ago', 'yesterday'). Use to filter customers created before a specific date.
date_minstringCustomer created after this date (PHP strtotime format, e.g., 'YYYY-MM-DD', '2 weeks ago', 'last Monday'). Use to filter customers created after a specific date.
per_pageintegerNumber of customers to return per page (max 100).
last_namestringCustomer last name (startswith match). Use to find customers by last name prefix.
first_namestringCustomer first name (startswith match). Use to find customers by first name prefix.
product_idintegerProduct ID that the customer has purchased. Use to find customers who bought a specific product.
receives_newslettersbooleanWhether customer receives email from product updates. Use true to find subscribed customers, false for unsubscribed.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.