Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
319dbb2
initial commit
rdameron Aug 6, 2021
bc2b382
Merge branch 'dev' of https://github.com/Actsoft/PowerPlatformConnect…
rdameron Aug 6, 2021
ad5352b
Move to correct folder
rdameron Aug 7, 2021
3bd466a
Merge branch 'microsoft:dev' into dev
Intellemerc Aug 9, 2021
92573a6
Correct issues preventing certification
rdameron Aug 9, 2021
f50ddf6
Merge branch 'dev' of https://github.com/Actsoft/PowerPlatformConnect…
rdameron Aug 9, 2021
fa421a8
Remove unicode characters
rdameron Aug 10, 2021
00f262c
Added intro.md file
rdameron Sep 28, 2021
2ae2436
Updated connector file and added intro.md file.
rdameron Oct 5, 2021
5882541
Update to latest swagger file and add intro.md
rdameron Oct 6, 2021
2d2bbc6
Remove intro.md file and fix icon color
rdameron Oct 7, 2021
a08ffd9
Forgot # for icon color
rdameron Oct 8, 2021
70ab267
remove intro.md file.
rdameron Oct 8, 2021
8552392
Delete apiDefinition.swagger.json
rdameron Oct 14, 2021
4ffbccc
Delete intro.md
rdameron Oct 14, 2021
937af86
Delete apiProperties.json
rdameron Oct 14, 2021
3477cb1
Merge remote-tracking branch 'remotes/upstream/dev' into dev
rdameron Oct 20, 2021
7b98954
TeamWherx rebrand
rdameron Jan 12, 2022
80a4c61
Fixed validation issues
rdameron Mar 29, 2022
c38263c
Update to latest version of connector
rdameron May 2, 2022
f327e3e
Added publisher
rdameron May 2, 2022
0cdaf9b
Added required sections
rdameron May 2, 2022
806b073
Added additional actions, throttling limits
rdameron May 2, 2022
7336bbd
Fix host URL
rdameron May 2, 2022
8aa0a73
Merge branch 'microsoft:dev' into dev
Intellemerc May 2, 2022
80196cd
Update to include latest request fixes and fix the polling api endpoints
May 2, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 22 additions & 8 deletions certified-connectors/Actsoft/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Actsoft Mobile Workforce Plus
Mobile Workforce Plus allows you to create and capture digital form information, capture employee timekeeping information, and manage work orders with a dispatching system.
# Actsoft TeamWherx
TeamWherx allows you to create and capture digital form information, capture employee timekeeping information, and manage work orders with a dispatching system.

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.
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.

# Publisher
Actsoft, Inc
# Prerequisites
In order to use this connector, you will need the following:

- An active Mobile Workforce Plus Account
- Mobile Workforce Plus API Key
- An active TeamWherx Account
- TeamWherx API Key
- Microsoft Power Apps or Power Automate plan


# Supported Operations

## Triggers
Expand Down Expand Up @@ -70,23 +71,36 @@ In order to use this connector, you will need the following:
- Activate a user
- Deactivate a user
- Update a user
- Update a partial user
- Get a single user
- Get a list of users

### Vehicles
- Create a vehicle
- Activate a vehicle
- Update a vehicle
- Update partial vehicle information
- Deactivate a vehicle
- Delete a vehicle
- Get a single vehicle
- Get a list of vehicles


## Obtaining Credentials
Developer API portal credentials are managed in the Mobile Workforce Plus web application. Please contact the application administrator for access.
Developer API portal credentials are managed in the TeamWherx web application. Please contact the application administrator for access.

After credentials are created, the developer portal can be accessed at: [TeamWherx APIs](https://developer.wfmplatform.com/)

After credentials are created, the developer portal can be accessed at: [Mobile Workforce Plus APIs](https://developer.wfmplatform.com/)
## Known Issues and Limitations
- Audio file binary uploads (POST) for all endpoints are limited to MP4 only.
- 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.

## Deployment Instructions
- N/A

## Throttling Limits
| Name | Calls | Renewal Period |
| ----- | ------ | ------- |
API calls per connection | 100 | 15 seconds
Frequency of trigger polls | 1 | 48 seconds

Loading