Back
Share

External Application ID

Clients on Journeys will be able to view and search Applications by an External Application ID, a new, reusable external identifier. This identifier can stand for an Application or multiple Applications that are linked within a client’s account, and it can be associated with any number of Journey Applications within Alloy.

Alloy users will be able to search the Application queue by this external application ID to find all associated Journey Applications in Alloy.

In addition, external_application_id is available via the API as:

  1. An optional request body parameter to existing Journey Applications.
    1. See API documentation:
      1. Create Journey Application
      2. Re-Run Journey Application
  2. As separate Journeys endpoints for clients who would prefer to not have to reference Alloy’s Journey Application tokens.
    1. See API documentation:
      1. Get Latest Journey Application by External Application ID
      2. Update Latest Journey Application by External Application ID
      3. Re-Run Latest Journey Application by External Application ID
Back