#subscriber event order transfer

9 messages · Page 1 of 1 (latest)

primal maple
#

what is the event that we would be listening for as the subscriber to send the email notification to transfer the order.

I didnt see anything emitted specifically after the request, only it get a couple other endpoints. I figure we need to setup a subscriber and have it point to the correct template with the correct variables

covert tapir
#

emitEventStep({
eventName: OrderWorkflowEvents.TRANSFER_REQUESTED,
data: { id: input.order_id },
})

#

@primal maple

primal maple
#

i dont see that event is ever emitted though

covert tapir
#

How the event is in the source code

#

wverytime the workflow is ran

primal maple
#

I’m trying to fire off the email request but don’t see any events ever emitted only the endpoint request. I see in the db it creates it all, just need to get the subscriber event to send the email confirmation to approve transfer