If you want to create an integration where if a user does an activity on a store where using a third-party checkout solution - you can use QuickReply.ai integration to directly sync the events to QuickReply.ai where QuickReply.ai facilitates the messaging to the customer while maintaining a healthy personalised messaging sequence!
Flow Sequence
The flow scope looks like this:
The checkout partner recognizes a user's activity on the user's website including a product view/ collection view/ add to cart/ checkout initiated/ etc.
The checkout partner then keeps the buffer (e.g. 15 minutes) where if duplicate events of the same kind are done only the latest event is considered.
Once the considered event is found - the checkout partner sends the event data to QuickReply.ai's endpoint - which will be unique for each store.
QuickReply.ai schedules the recovery messages for the users in the future as per the personalisation requirements of the brand
To exit the events in case of recoveries happening on checkout partner's end - QuickReply.ai uses an API extended by the checkout partner to fetch the recent events for the user and if a consecutive event is found - the journey exits for the user.
This approach extends the opportunity of integrations with multiple platforms with an efficient approach.
To exit the events in case of recoveries happening on checkout partner's end - QuickReply.ai uses an API extended by the checkout partner to fetch the recent events for the user and if a consecutive event is found - the journey exits for the user.
This API consumes a unique ID of the user (e.g. customer_id) and then shares the recent N events done by the user on the store.