Flowoid allows you to automate repetitive tasks in AWS Ground Station. Connect AWS Ground Station with over 300 integrations and unlock its potential. No coding skills required.
Triggers
New Config
Returns a list of Config objects.
New Contact
Returns a list of contacts. If statusList contains AVAILABLE, the request must include groundStation, missionprofileArn, and satelliteArn.
New Dataflow Endpoint Group
Returns a list of DataflowEndpoint groups.
New Ground Station
Returns a list of ground stations.
New Mission Profile
Returns a list of mission profiles.
New Satellite
Returns a list of satellites.
Actions
Cancel Contact
Cancels a contact with a specified contact ID.
Create Config
Creates a Config with the specified configData parameters. Only one type of configData can be specified.
Create Dataflow Endpoint Group
Creates a DataflowEndpoint group containing the specified list of DataflowEndpoint objects. The name field in each endpoint is used in your mission profile DataflowEndpointConfig to specify which endpoints to use during a contact. When a contact uses multiple DataflowEndpointConfig objects, each Config must match a DataflowEndpoint in the same group.
Create Mission Profile
Creates a mission profile. dataflowEdges is a list of lists of strings. Each lower level list of strings has two elements: a from ARN and a to ARN.
Delete Config
Deletes a Config.
Delete Dataflow Endpoint Group
Deletes a dataflow endpoint group.
Delete Mission Profile
Deletes a mission profile.
Describe Contact
Describes an existing contact.
Get Config
Returns Config information. Only one Config response can be returned.
Get Dataflow Endpoint Group
Returns the dataflow endpoint group.
Get Minute Usage
Returns the number of minutes used by account.
Get Mission Profile
Returns a mission profile.
Get Satellite
Returns a satellite.
List Configs
Returns a list of Config objects.
List Contacts
Returns a list of contacts. If statusList contains AVAILABLE, the request must include groundStation, missionprofileArn, and satelliteArn.
List Dataflow Endpoint Groups
Returns a list of DataflowEndpoint groups.
List Ground Stations
Returns a list of ground stations.
List Mission Profiles
Returns a list of mission profiles.
List Satellites
Returns a list of satellites.
List Tags For Resource
Returns a list of tags for a specified resource.
Reserve Contact
Reserves a contact using specified parameters.
Tag Resource
Assigns a tag to a resource.
Untag Resource
Deassigns a resource tag.
Update Config
Updates the Config used when scheduling contacts. Updating a Config will not update the execution parameters for existing future contacts scheduled with this Config.
Update Mission Profile
Updates a mission profile. Updating a mission profile will not update the execution parameters for existing future contacts.