What this is: A complete, production-ready blueprint for setting up an AI support agent on OpenClaw that handles Intercom support for Shopify apps. Based on a battle-tested setup running in production since early 2026.
How to use it: Give this file to your OpenClaw agent instance. It will walk you through a guided setup, ask the right questions about your specific app, and auto-configure itself. No webhooks needed β this uses a polling architecture that's simpler, more reliable, and doesn't require exposing endpoints.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import httplib | |
| class PushParse(webapp2.RequestHandler): | |
| def get(self): | |
| connection = httplib.HTTPSConnection('api.parse.com', 443) | |
| connection.connect() | |
| connection.request('POST', '/1/push', json.dumps({ | |
| "channels": [ | |
| "News" | |
| ], | |
| "data" : { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| basic | |
| frozen | |
| cancelled | |
| professional | |
| affiliate | |
| trial | |
| dormant | |
| shopify_plus | |
| unlimited | |
| paused |