🧑💼Shopify Admin Assistant for Slack
An AI chatbot designed to assist Shopify store owners with managing their store through Slack.
Histoire
Common information about the bot's experience, skills and personality. For more information, see the Backstory documentation.
Commentaire
Un bref commentaire sur l'exemple, son but et son utilisation.
To further enhance the Shopify Admin Assistant for Slack, you could consider integrating it with more advanced e-commerce features. For example, you could extend the bot's capabilities to include inventory management, order processing, and customer support ticket creation.
Additionally, you could integrate the bot with other platforms such as email and SMS to provide a seamless experience for store owners across different communication channels.
Ensemble de compétences
Cet exemple utilise un Skillset dédié. Les ensembles de compétences sont des collections d'aptitudes qui peuvent être utilisées pour créer un robot doté d'un ensemble spécifique de fonctions et de caractéristiques qu'il peut exécuter.
Shopify Skills
Skills to assist Shopify store owners with managing their store.
- 🧑
get shopify customer details
Get details about a specific customer in your Shopify store.Instruction```fetch method: GET url: https://((domain)).myshopify.com/admin/api/2024-04/customers/$[customer_id|customer ID].json headers: X-Shopify-Access-Token: ${SECRET_SHOPIFY_ADMIN_ACCESS_TOKEN} ```
- 📈
get shopify orders
Get a list of recent orders in your Shopify store.Instruction```fetch method: GET url: https://((domain)).myshopify.com/admin/api/2024-04/orders.json query: financial_status: paid,partially_refunded
Secrets
This example uses Secrets to store sensitive information such as API keys, passwords, and other credentials.
- 🔐
Shopify Admin Access Token
Access token for Shopify admin