This page provides links to some Application Integration tutorials that you use to get started.
-
Route and fetch information for an ingress API request
Receive API requests for retrieving customer information and based on the API request location, retrieve the customer details from either a MySQL database or an Oracle database.
-
Automate Salesforce case routing assignments
Automate the business process flow of routing and assigning a Salesforce customer case.
-
Automate Salesforce opportunity to BigQuery order
Automate an order management flow between a customer relationship management (CRM) application and an enterprise resource planning (ERP) application.
-
Invoke an integration for a Salesforce Change Data Capture (CDC) event
Use the Salesforce trigger to invoke an integration in Application Integration for a Salesforce Change Data Capture (CDC) event.
-
Perform CRUD operations on a MySQL database
Connect to a MySQL database instance from a sample integration and perform the list, get, create, update, and delete operations on a MySQL database table.
-
Insert data into BigQuery using a For Each Parallel task to process a series of records
Create an integration and a sub-integration to process a series of records and inserts it as a row in a table in a BigQuery dataset.