In the navigation menu, click Integrations. The Integrations page appears.
Select an existing integration or create a new integration by clicking Create integration.
If you are creating a new integration:
Enter a name and description in the Create Integration dialog.
Select a region for the integration.
Select a service account for the integration. You can change or update the service account details of an integration any time from the infoIntegration summary pane in the integration toolbar.
Click Create.
This opens the integration in the integration editor.
In the integration editor, click publishUpload/download menu and then select Upload integration.
In the file browser dialog, select the file that you saved in step 1, and then click Open.
A new version of the integration is created using the uploaded file.
In the integration editor, click Test.
Click Test integration. This runs the integration and displays the execution result in the Test Integration pane.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-27 UTC."],[[["This guide demonstrates how to use Application Integration to invoke a sub-integration for sending email notifications."],["The For Each Loop task in the main integration iterates through a list of email content, invoking a sub-integration for each item."],["The sub-integration contains an EmailTask which is configured to send an email, using input parameters like \"To\", \"Subject\", and \"TextBody\"."],["The provided code samples show the JSON configurations for both the main integration (using For Each Loop) and the sub-integration (for sending email)."],["Instructions are included on how to upload the provided integration code sample as a JSON file to Application Integration and run it for testing."]]],[]]