PowerPlatformConnectors/certified-connectors/Tribal
mszy-tribal 52fd24bc96
Cosmetic changes to make the Update Action clearer what it is doing i.e. replacing everything (#2372)
* Initial Commit

* Changed to include production, test and development endpoints

* tweaking the urls

* Moved from incorrectly placed in independent-publisher-connectors

* Tweaking the readme

* tweaking readme and name of action

* Included etag support for PUT requests

* - added missing bits to the readme.md
- removed empty strings
- Made the clientid [DUMMY]

* Added the missing definitions

* Changed 201 description to be created

* Added a sentence in the publisher section

* added the word Publisher

* - Cosmetic changes to make it clear that an entity will be replaced
- Made If-Match property visible and mandatory as it is required
- Tweaked readme to change update to replcace
- Removed known issue which has been resolved with Microsoft
2023-02-09 14:20:39 -08:00
..
README.md Cosmetic changes to make the Update Action clearer what it is doing i.e. replacing everything (#2372) 2023-02-09 14:20:39 -08:00
apiDefinition.swagger.json Cosmetic changes to make the Update Action clearer what it is doing i.e. replacing everything (#2372) 2023-02-09 14:20:39 -08:00
apiProperties.json Cosmetic changes to make the Update Action clearer what it is doing i.e. replacing everything (#2372) 2023-02-09 14:20:39 -08:00

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

Known Issues and Limitations

Deployment instructions

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