For Pipedrive, this automated workflow triggers on deal updates, ensuring the current won time is different from the previous. It retrieves organization details and checks for existing customers in Stripe. If no customer exists, it creates a new customer with relevant address information, streamlining the process of managing deals and customer data efficiently.
View Large Image
For Pipedrive, this automated workflow triggers on deal updates, ensuring the current won time is different from the previous. It retrieves organization details and checks for existing customers in Stripe. If no customer exists, it creates a new customer with relevant address information, streamlining the process of managing deals and customer data efficiently.
This workflow addresses the issue of ensuring that when a deal's status is updated in Pipedrive, the system checks if the 'won time' has changed compared to the previous record. If the 'won time' is different, it triggers further actions to gather organization details, search for the customer in Stripe, and create a new customer entry if they do not exist. This approach minimizes data discrepancies and ensures that customer records are always current.