Skip to content

Commit ef87e3a

Browse files
authored
Merge pull request #7 from microsoft/dev
taking latest
2 parents c17cba2 + eb830e5 commit ef87e3a

File tree

219 files changed

+85395
-3073
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+85395
-3073
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
If this is your first time submitting to GitHub and you need some help, please sign up for this [session](https://forms.office.com/pages/responsepage.aspx?id=KtIy2vgLW0SOgZbwvQuRaXDXyCl9DkBHq4A2OG7uLpdUMTFJWFFGVUxBNUFZQjZWRUdaOE5BMFkwNS4u).
66

7-
Please note that we are experiencing a significant delay due to a high volume of connector submissions. It may take 1-2 weeks for us to provide comments for your connector.
8-
7+
- [ ] I attest that the connector doesn't exist on the Power Platform today. I've verified by checking the pull requests in GitHub and by searching for the connector on the platform or in the documentation.
98
- [ ] I attest that the connector works and I verified by deploying and testing all the operations.
109
- [ ] I attest that I have added detailed descriptions for all operations and parameters in the swagger file.
1110
- [ ] I attest that I have added response schemas to my actions, unless the response schema is dynamic.

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)