Connector for Application Integration

Workflows connector that defines the built-in function used to access Application Integration within a workflow.

Explore further

For detailed documentation that includes this code sample, see the following:

Code sample

YAML

  # This workflow sends a List request to Application Integration API. 
 main 
 : 
  
 steps 
 : 
  
 - 
  
 init 
 : 
  
 assign 
 : 
  
 - 
  
 project 
 : 
  
 ${sys.get_env("GOOGLE_CLOUD_PROJECT_ID")} 
  
 - 
  
 location 
 : 
  
 ${sys.get_env("GOOGLE_CLOUD_LOCATION")} 
  
 - 
  
 get_list 
 : 
  
 call 
 : 
  
 googleapis.integrations.v1.projects.locations.integrations.list 
  
 args 
 : 
  
 location 
 : 
  
 ${location} 
  
 parent 
 : 
  
 ${"projects/" + project + "/locations/" + location} 
  
 result 
 : 
  
 response 
  
 - 
  
 the_end 
 : 
  
 return 
 : 
  
 ${response} 
 

What's next

To search and filter code samples for other Google Cloud products, see the Google Cloud sample browser .

Create a Mobile Website
View Site in Mobile | Classic
Share by: