PowerPlatformConnectors/certified-connectors/Tribal
bw-tribal 8bff86eac6
add important visibility to service parameters (#3693)
2024-10-23 20:34:58 +05:30
..
README.md Tribal Connector Updates (#3499) 2024-05-22 20:51:34 +05:30
Script.cs Tribal/mszy/http requests (#2755) 2023-06-29 09:09:54 -07:00
apiDefinition.swagger.json add important visibility to service parameters (#3693) 2024-10-23 20:34:58 +05:30
apiProperties.json Tribal Connector Updates (#3499) 2024-05-22 20:51:34 +05:30

README.md

Tribal Connector

Tribal Edge modules, such as Tribal Admissions, provide staff and students the tools they need to succeed in the world of education. Connect to Tribal Edge modules using the Tribal Connector to manage information, create clearance checks for applications, and much more.

Publisher: Tribal

We provide the expertise, software and services required to underpin student success.

Prerequisites

  1. Sign in to create a connection using your Tribal account to define the following:
  • Environment such as Live, Test or Development.
  • Region such as APAC or EMEA.
  • Edge Tenant ID as supplied by Tribal.
  1. On sign in, you must enable the following permissions:
  • Events Connector Endpoint
  • Connect to the web hooks

Documentation

EMEA Documentation
APAC Documentation

Supported Operations

Entity refers to one of the available business entities in Tribal like such as Person, Schools, Desks, Applications etc.

Triggers

  • When an entity is created: Triggers anytime an entity is created within a Tribal Edge module.

  • When an entity is updated: Triggers anytime an entity is updated within a Tribal Edge module.

  • When an entity is deleted: Triggers anytime an entity is deleted within a Tribal Edge module.

  • When an event is triggered on an entity: Use this trigger for custom event types like Status changed, Cancel interview, Request visa and so on.

  • When a long running operation is performed on an entity: Use this trigger as a consecutive trigger on flow where the first trigger is one of the above.

Actions

  • Create an entity: Creates an entity within a Tribal Edge module

  • Create a child entity: Creates an entity which is a child of another entity within a Tribal Edge module

  • Read an entity: Reads an entity within a Tribal Edge module

  • Read a child entity: Reads an entity which is a child of another entity within a Tribal Edge module

  • Read entity collection: Reads a collection of entities within a Tribal Edge module. Additional filtering is available for the records using Open Data Protocol syntax.

  • Read child entity collection: Reads a collection of entities which are children of another entity within a Tribal Edge module. Additional filtering is available for the records using Open Data Protocol syntax.

  • Replace an entity: Replaces an entity within a Tribal Edge module. This will remove any properties from the entity that have not been included.

  • Replace a child entity: Replaces an entity which is a child of another entity within a Tribal Edge module. This will remove any properties from the entity that have not been included.

  • Delete an entity: Deletes an entity within a Tribal Edge module

  • Delete a child entity: Deletes an entity which is a child of another entity within a Tribal Edge module

  • HTTP Request: Performs a custom request on a relative path for a Tribal Edge Edge module.

Known Issues and Limitations

  • Newly introduced Version selection may require updating on flows if they are changed. If they are not changed that it will default to the latest stable version.

Deployment instructions

Please use these instructions to deploy this connector as custom connector in Microsoft Power Automate and Power Apps