Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacoblee93/project-shopify-orders-slack-bot
A Slack bot that will respond to newly created orders in a Shopify store by sending a notification
https://github.com/jacoblee93/project-shopify-orders-slack-bot
Last synced: 25 days ago
JSON representation
A Slack bot that will respond to newly created orders in a Shopify store by sending a notification
- Host: GitHub
- URL: https://github.com/jacoblee93/project-shopify-orders-slack-bot
- Owner: jacoblee93
- Created: 2020-04-07T01:04:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T01:20:35.000Z (almost 5 years ago)
- Last Synced: 2024-12-13T19:13:25.805Z (about 1 month ago)
- Language: JavaScript
- Size: 536 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopify Order Notification Slack Bot
## Deploy in Seconds
[](https://deploy.stdlib.com/)
This project is code for a Slack bot that will respond to newly created orders in a Shopify store by sending a notification.
![](./readme/images/shopify-orders-message.png)
Setup is simple –– you can deploy it without writing any code or configuring any files due to Standard Library's [Identity Token](https://docs.stdlib.com/identity-management-sso-for-apis/what-is-an-identity-token/) support! The only things you need to do are to link your Shopify store and Slack workspace to Standard Library, then deploy!
## Deploying to Standard Library
Click the button below to open this repo in [Autocode](https://autocode.stdlib.com/):
[](https://deploy.stdlib.com/)
You should see a screen like this:
![](./readme/images/deploy-shopify-modal.png)
Save your project, then open `functions/events/shopify/orders/create.js` in the sidebar and click the red **2 Accounts Required** button in the lower right corner.
![](./readme/images/active-endpoint.png)
You'll then see a modal appear that will prompt you to link your Shopify store and a Slack workspace where you would like to receive notifications.
Once you've linked the required resources, you can press the green **Run Code** button to test your endpoint.
Once you've verified things are working, press the blue **Deploy** button to deploy your project live.
That's it, you're all done! Your bot should be ready to go.
# Thank You!
Please check out [Standard Library](https://stdlib.com/) or follow us on Twitter,
[@StdLibHQ](https://twitter.com/@StdLibHQ).