Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instead of an email how about a request? #28

Open
victorshp opened this issue Dec 1, 2021 · 1 comment
Open

Instead of an email how about a request? #28

victorshp opened this issue Dec 1, 2021 · 1 comment

Comments

@victorshp
Copy link

Hi!

I very much liked the idea of your app! Congrats!

Though, as the email trigger is not entirely suitable for my current needs, I would like to know if instead of triggering an email to my customer, I could configure my store to send an HTTP POST request with the customer and product info to one of my domains so I can manipulate the data and make some automations of my own.

Thanks in advance,

Victor P.

@albertm805
Copy link
Contributor

Hi @victorshp,

I think this may be possible through a custom implementation. The way the app works is by using the broadcaster, it identifies the current users subscribed to the skus, then when it senses an inventory change it sends out the email based on the amount of users subscribed to this specific sku.

  • That being said, I could probably recommend creating a custom implementation from when the broadcaster receives the notification to send out the email of that specific item.
  • Another approach could be when there is a change in the MD.

I hope I answered your question. If you have any further questions let me know on how I can help.

PS. Maybe you can send a PR and we can review this as and see if is a good approach for a new feature.

Cheers,
Alberto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants