Linking Shopify subscription to Discord role

  1. I am trying to setup a premium Shopify membership that in turn would assign a role to a discord user based on if they were current or not with their membership. Does anyone have a work around for this or have had any luck setting something like this up?

Thanks!

If the discord api requires full auth you’d want to probably use a lowcode service like zapier or integromat etc.

If there’s a private url or other http web service system of the discord api, like slack has webhooks , that can be triggered to do this then a shopify app like usemechanc can theoretically be scripted to do this.

Example https://tasks.mechanic.dev/send-a-message-to-slack

Otherwise you need custom middleware.