CRM Trayning 1.1
A connector to be used for tray-ning purposes only
OverviewCopy
The CRM Trayning connector is to be used as a part of a training exercise to become familiar with building workflows in tray.io. It replicates a connector that would connect to a real life CRM service, such as Hubspot or Salesforce.
AuthenticationCopy
As this is a training connector it does not connect to a real API or service, meaning authentication is not required.
Note on Operation UsageCopy
All operations in the CRM Trayning connector returns static fake data to be used in the workflow builder training exercises.
ExampleCopy
List customersCopy
This is an operation that returns a list of fake customers. Please see below for the output sent back from this operation
1{2customers: [3{4id: 10000001,5firstName: 'Tony',6lastName: 'Stark',7email: 'ironman@fakeemail.com',8totalRevenue: 212,9regionCode: 'AMER',10},11{12id: 10000002,13firstName: 'Steve',14lastName: 'Rogers',15email: 'captainamerica@fakeemail.com',16totalRevenue: 123,17regionCode: 'AMER',18},19{20id: 10000003,21firstName: 'Natasha',22lastName: 'Romanoff',23email: 'blackwidow@fakeemail.com',24totalRevenue: 1024,25regionCode: 'EMEA',26},27{28id: 10000004,29firstName: 'Peter',30lastName: 'Parker',31email: 'spiderman@fakeemail.com',32totalRevenue: 670,33regionCode: 'EMEA',34},35{36id: 10000005,37firstName: 'Mark',38lastName: 'Barryberg',39email: 'mark.barryberg@fakeemail.com',40totalRevenue: 334,41regionCode: 'APAC',42},43],44}
The above output can then be used in exercises in the Tray Academy which utilize core and helper connectors to achieve given use cases.
The output from these workflow use cases can then be submitted to the Chat Trayning connector which will verify the output of the workflows.