iOS · Arazzo Workflow
iOS Create a TestFlight Beta Group and Assign a Build
Version 1.0.0
Create a TestFlight beta group for an app, find a build by version, and make that build available to the group.
View Spec
View on GitHub
iOSAppleMobileApp StorePush NotificationsIn-App PurchasesSubscriptionAuthenticationWalletsDeveloper PlatformArazzoWorkflows
Provider
Workflows
create-beta-group-assign-build
Create a beta group, find a build by number, and assign the build to the group.
Creates a beta group for an app, resolves a build by its version, and links that build to the group via the builds relationship.
1
2
findBuild
Find the build of the app that matches the supplied build number, returning at most one result.
3
assignBuild
Link the resolved build to the beta group so the group's testers can install it. A 204 indicates the relationship was created.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.