Changelog
What’s New at Shopify?
Flow: Improved Send HTTP request action enables secure connections to external systems and returns data to the workflow
Shopify Flow has an improved Send HTTP request action that supports a broader range of integrations with external services by securely storing secrets and returning data to subsequent workflow steps. The action can be securely configured with secrets, such as access tokens or passwords, that are encrypted and obfuscated in Flow. After sending an HTTP request, the full response is returned to the workflow and can be parsed using a Run code action with a JSON.parse method to define a schema so that returned data can be used as variables in conditions and actions.
Review these new templates to learn more about using this improved action:
* Send new orders to Airtable
* Send all existing and new products to Airtable
* Update products in batches from product data stored in Airtable
* Notify customers of expiring gifts cards using SendGrid
* Send email using SendGrid when customers places an order for a custom item
For more information about how it works, visit the documentation. For questions and feedback, visit the Shopify community.