A user discovered that customer notification emails weren’t being sent in their return approval/decline Flow. The issue stems from the notifyCustomer field only being available in GraphQL API version 2024-10, while Flow currently uses version 2024-07.
Current Limitation:
Flow cannot manually select API versions
The platform must import new schema versions and handle breaking changes before upgrading
Workaround Available:
Use “Send HTTP request” action instead of Admin API Request
Requires more setup effort and doesn’t yet return data to workflows
Status:
Flow team is actively working on upgrading to 2024-10
No specific timeline provided; depends on required migrations
Official announcement will be posted when upgrade is complete
The user is weighing whether to wait for the official upgrade or invest time implementing the HTTP request workaround.
Summarized with AI on October 27.
AI used: claude-sonnet-4-5-20250929.
No, Flow needs to import the schema for the API version to be available and handle any breaking changes.
If you need to use that API version, you can use Send HTTP request, but it’s more effort to set up and use (and doesn’t return data to the workflow yet).
Do you know approximately when Flow will update to GraphQL API Version 2024-10? Just trying to decide if it’s better to wait for that migration or spend the time setting up HTTP request.