iOS · Arazzo Workflow
iOS Invite a TestFlight Beta Tester
Version 1.0.0
Create a beta tester, add them to a beta group, and send an App Store Connect invitation.
View Spec
View on GitHub
iOSAppleMobileApp StorePush NotificationsIn-App PurchasesSubscriptionsAuthenticationWalletDeveloper PlatformArazzoWorkflows
Provider
Workflows
invite-beta-tester
Create a beta tester, add them to a group, and send an invitation.
Creates a beta tester from an email, links them to a beta group, and issues an App Store Connect invitation for the app.
1
createTester
betaTesters_createInstance
Create the beta tester record, attaching them to the target beta group at creation time.
2
addToGroup
betaGroups_betaTesters_createToManyRelationship
Explicitly assign the tester to the beta group via the group's testers relationship to ensure membership is in place. A 204 indicates success.
3
sendInvitation
betaTesterInvitations_createInstance
Send the tester an App Store Connect invitation email for the app so they can accept and install via TestFlight.
Source API Descriptions
openapi