Salesforce

Get an application ID for notifications

« Go Back
Information
Get an application ID for notifications
000004192
Public
Product Selection
aiWare - aiWare
Article Details

Getting an application's ID enables you to configure events, notifications, and actions for that application.

Steps

  • To get an application's ID, call applications:
    query {
      applications {
        records {
          name
          id
        }
        }
    }

    The response looks like this:

    {
      "data": {
        "applications": {
          "records": [
            {
            "name": "Sample app",
            "id": "4fd2fcfe-2d8f-4c34-baa5-fd3d69d6010e"
          },
          ]
        }
      }
    }
Additional Technical Documentation Information
Properties
1/24/2025 12:07 AM
1/28/2025 11:42 PM
1/28/2025 11:42 PM
Documentation
Documentation
000004192
Translation Information
English

Powered by