Connection & Credential configuration templates

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • Enable users with the admin and flow_designer roles to set up spoke integrations with third-party systems using a single, customizable form.

    For example, you can set up an OAuth integration, which registers an OAuth provider, generates a token, and creates connection and credential records. An action designer or developer can use a configuration template to set up the spoke in one place and the system creates the associated records.

    Benefits

    Configuration templates enable:

    • Admins or flow designers to set up a complex integrations using a single form.
    • Developers to set static values in an integration, simplifying the setup process for admins and flow designers.

    Supported credential types

    You can create configuration templates for integrations with these credential types:

    • Basic auth
    • API key
    • OAuth JWT Bearer grant type
    • OAuth Authorization Code grant type
    • Custom authentication

    Configuration template components

    Default Data Template

    Sets static information that applies to every integration. For example, you can set the API and token URL if the value applies to every integration.

    Dynamic Data Template

    Defines the information that the user must complete to set up the integration. For example, you can add user name and password key-value pairs to gather user-defined values.

    Post Processing Script
    Creates additional records required by the integration. For example, if your spoke includes custom tables, you can create records in those tables based on user input in the configuration template. This script executes after the connection and credential records are created.
    Pre Edit Script
    Pre-populates the custom fields in the Additional Information section when you edit an existing connection. Pre-populating the custom fields enables you to view the current value associated to the custom field.
    Test Action
    Enables you to test a connection directly from an integration action in the flow view of Workflow Studio. The test action uses an action definition to test the alias that the template is currently attached to. For details, see Create a test action to test a connection alias from a configuration template.

    Demo data

    The Connection & Credential Templates [sys_alias_templates] table includes example templates to demonstrate how to set up templates for common authentication types. Use these examples as a guide when creating your own.