Skip to content

Commit 556d7e3

Browse files
rdameronIntellemercJames A
authored
TeamWherx Rebranding (#1359)
* initial commit * Move to correct folder * Correct issues preventing certification * Remove unicode characters * Added intro.md file * Updated connector file and added intro.md file. * Update to latest swagger file and add intro.md * Remove intro.md file and fix icon color * Forgot # for icon color * remove intro.md file. * Delete apiDefinition.swagger.json * Delete intro.md * Delete apiProperties.json * TeamWherx rebrand * Fixed validation issues * Update to latest version of connector * Added publisher * Added required sections * Added additional actions, throttling limits * Fix host URL * Update to include latest request fixes and fix the polling api endpoints Co-authored-by: James Armstrong <Intellemerc@users.noreply.github.com> Co-authored-by: James A <JArmstrong@actsoft.com>
1 parent f1dab34 commit 556d7e3

File tree

2 files changed

+2147
-1193
lines changed

2 files changed

+2147
-1193
lines changed

certified-connectors/Actsoft/README.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
# Actsoft Mobile Workforce Plus
2-
Mobile Workforce Plus allows you to create and capture digital form information, capture employee timekeeping information, and manage work orders with a dispatching system.
1+
# Actsoft TeamWherx
2+
TeamWherx allows you to create and capture digital form information, capture employee timekeeping information, and manage work orders with a dispatching system.
33

4-
This connector uses the [Mobile Workforce Plus APIs]( https://developer.wfmplatform.com/) to make it easy to interact with information captured using the application. You can utilize various triggers or actions in the connector to easily extract data from Mobile Workforce Plus and integrate with other applications.
4+
This connector uses the [TeamWherx APIs]( https://developer.wfmplatform.com/) to make it easy to interact with information captured using the application. You can utilize various triggers or actions in the connector to easily extract data from TeamWherx and integrate with other applications.
55

6+
# Publisher
7+
Actsoft, Inc
68
# Prerequisites
79
In order to use this connector, you will need the following:
810

9-
- An active Mobile Workforce Plus Account
10-
- Mobile Workforce Plus API Key
11+
- An active TeamWherx Account
12+
- TeamWherx API Key
1113
- Microsoft Power Apps or Power Automate plan
1214

13-
1415
# Supported Operations
1516

1617
## Triggers
@@ -70,23 +71,36 @@ In order to use this connector, you will need the following:
7071
- Activate a user
7172
- Deactivate a user
7273
- Update a user
74+
- Update a partial user
7375
- Get a single user
7476
- Get a list of users
7577

7678
### Vehicles
7779
- Create a vehicle
7880
- Activate a vehicle
7981
- Update a vehicle
82+
- Update partial vehicle information
8083
- Deactivate a vehicle
8184
- Delete a vehicle
8285
- Get a single vehicle
8386
- Get a list of vehicles
8487

8588

8689
## Obtaining Credentials
87-
Developer API portal credentials are managed in the Mobile Workforce Plus web application. Please contact the application administrator for access.
90+
Developer API portal credentials are managed in the TeamWherx web application. Please contact the application administrator for access.
91+
92+
After credentials are created, the developer portal can be accessed at: [TeamWherx APIs](https://developer.wfmplatform.com/)
8893

89-
After credentials are created, the developer portal can be accessed at: [Mobile Workforce Plus APIs](https://developer.wfmplatform.com/)
94+
## Known Issues and Limitations
95+
- Audio file binary uploads (POST) for all endpoints are limited to MP4 only.
96+
- Dates for all endpoints that require date-time information must be specified according to RFC3339 guidelines, as in the following example: 2021-09-22T02:36:56.52Z. It is not necessary to specify the exact seconds in the timestamp; 00 is acceptable.
9097

98+
## Deployment Instructions
99+
- N/A
91100

101+
## Throttling Limits
102+
| Name | Calls | Renewal Period |
103+
| ----- | ------ | ------- |
104+
API calls per connection | 100 | 15 seconds
105+
Frequency of trigger polls | 1 | 48 seconds
92106

0 commit comments

Comments
 (0)