Discussion Forum: Thread 291241

 Author: Brickin_It_Up View Messages Posted By Brickin_It_Up
 Posted: Jun 11, 2021 15:20
 Subject: Notifications - Feedback
 Viewed: 109 times
 Topic: Help
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

Brickin_It_Up (2154)

Location:  USA, Arizona
Member Since Contact Type Status
Jul 8, 2014 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: Brickin It Up
Anyone know if there is a way for us sellers to receive notification when we
receive feedback from our great customers? I know where the feedback can be found
if we manually go looking for it. Just wondering if anyone has figured out a
way to get a nudge when one comes in. Thanks!
 Author: wildchicken13 View Messages Posted By wildchicken13
 Posted: Jun 11, 2021 15:22
 Subject: Re: Notifications - Feedback
 Viewed: 38 times
 Topic: Help
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

wildchicken13 (876)

Location:  USA, Illinois
Member Since Contact Type Status
Aug 11, 2014 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: Wild Chicken
In Help, Brickin_It_Up writes:
  Anyone know if there is a way for us sellers to receive notification when we
receive feedback from our great customers? I know where the feedback can be found
if we manually go looking for it. Just wondering if anyone has figured out a
way to get a nudge when one comes in. Thanks!

Not that I know of with BrickLink. Maybe there is some third party software that
does this. Or you could write a script.
 Author: kaat View Messages Posted By kaat
 Posted: Jun 11, 2021 15:43
 Subject: Re: Notifications - Feedback
 Viewed: 223 times
 Topic: Help
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

kaat (8670)

Location:  Netherlands, Zuid-Holland
Member Since Contact Type Status
Jul 19, 2016 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: ilovebricks.nl
You can do this via the API. It's technical stuff, not easy to use if you're
not familiar with these kind of systems. But definitely possible.

Register for the API here:
https://www.bricklink.com/v2/api/register_consumer.page

The 'call_back' url that you can specify, is a web url that BrickLink
will request when an order, message or feedback is received. On this page
you have your script that processes the request and does something. Like sending
an e-mail or updating something in your own system etc etc.

Details:
https://www.bricklink.com/v3/api.page?page=resource-representations-push

This is called 'push', because you have to do nothing to get it. You
can also 'pull' aka request it by calling the '/notifications'
endpoint. For this to work, you still need a call_back url, but it can be a webhook.site
url or something, that you then ignore.

I think ErwinNL on the forum has made a tool that can do this too.

Hope this helps!


In Help, Brickin_It_Up writes:
  Anyone know if there is a way for us sellers to receive notification when we
receive feedback from our great customers? I know where the feedback can be found
if we manually go looking for it. Just wondering if anyone has figured out a
way to get a nudge when one comes in. Thanks!