Artisan SVG > CRM trayning (crm-trayning) (window-list-user)
Artisan SVG > CRM trayning (crm-trayning) (window-list-user)

CRM Trayning
1.1

A connector to be used for tray-ning purposes only

Overview
Copy

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.

Authentication
Copy

As this is a training connector it does not connect to a real API or service, meaning authentication is not required.

Note on Operation Usage
Copy

All operations in the CRM Trayning connector returns static fake data to be used in the workflow builder training exercises.

Example
Copy

List customers
Copy

This is an operation that returns a list of fake customers. Please see below for the output sent back from this operation

1
{
2
customers: [
3
{
4
id: 10000001,
5
firstName: 'Tony',
6
lastName: 'Stark',
7
email: 'ironman@fakeemail.com',
8
totalRevenue: 212,
9
regionCode: 'AMER',
10
},
11
{
12
id: 10000002,
13
firstName: 'Steve',
14
lastName: 'Rogers',
15
email: 'captainamerica@fakeemail.com',
16
totalRevenue: 123,
17
regionCode: 'AMER',
18
},
19
{
20
id: 10000003,
21
firstName: 'Natasha',
22
lastName: 'Romanoff',
23
email: 'blackwidow@fakeemail.com',
24
totalRevenue: 1024,
25
regionCode: 'EMEA',
26
},
27
{
28
id: 10000004,
29
firstName: 'Peter',
30
lastName: 'Parker',
31
email: 'spiderman@fakeemail.com',
32
totalRevenue: 670,
33
regionCode: 'EMEA',
34
},
35
{
36
id: 10000005,
37
firstName: 'Mark',
38
lastName: 'Barryberg',
39
email: 'mark.barryberg@fakeemail.com',
40
totalRevenue: 334,
41
regionCode: '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.