We have an event that can trigger multiple times, e.g. customer ordered a product on our app.
As a result of this event we'd like to initiate a set of actions within Intercom, e.g. send an order confirmation email to the customer, and add some tag to their contact.
Due to the nature of the order event , this event can reoccur multiple times, and we'd like to send the email to the customer for every order they place.
We tried using the series concept, but it seems like a customer can only enter a series once. The next time we try to trigger the same event the same customer won't enter the series flow once again.
Is there a way for a customer to enter a series more than once?