allGeo

Automate scheduling or manually setup assignments, work orders, and employee shifts by importing via .csv files, Google Calendar, ERP, or third party scheduling systems.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Abaqus Inc. |
URL | https://www.allgeo.com |
support@abaq.us |
Connector Metadata | |
---|---|
Publisher | Abaqus |
Website | https://www.allgeo.com |
Privacy policy | https://www.allgeo.com/allgeo-privacy |
Categories | Business Management;Productivity |
allGeo is a leading provider of field service management for mid-size enterprise businesses to achieve excellence in field service operations by providing tools to improve operations payroll processes. The allGeo platform enables businesses to create various custom field service workflows according to their business needs. allGeo adds value for field businesses by adding enabling capabilities such as Scheduling, Time Clock, Tracking Monitoring, Mileage, Dispatch Messaging, Mobile Forms, Events based alerts, and Reporting. The allGeo platform can readily integrate with your CRM, ERP and payroll systems to enable easy flow of data from the field to your back-office systems.
Prerequisites
Account on allGeo portal.
How to get credentials
Trial activation can be done trough simple registration form on site https://www.allgeo.com/login For additional information please contact our sales team sales@abaq.us.
Get started with your connector
The connector supports the following operations:
Login
: Logs in to allGeo platform.Create Work Orders
: Work orders are created on the allGeo platform. A Work Order is a set of scheduled tasks(s) assigned to one or more of your field employees.Create Job-Site
: Job-Site(s) are created on allGeo platform. A job-site is where the field employee will execute the assigned task.Create Time Clock
: The various time clock stages of your field employees are registered in the allGeo system.Update Time Clock
: The various time clock stages of your field employees are updated in real time in the allGeo system.Delete Job-Site
: Job-Site(s) is deleted on allGeo platform.
Known issues and limitations
Current limitation of the is operation Login where Login information details are needed. Currently we are implementing OAuth which will enable simple and reliable integration.
FAQ
Please contact our support@abaq.us team if you have any questions.
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Create Job-Site |
Create Job-Site |
Create Time Clock |
Create Time Clock |
Create Work Orders |
Create Work Orders |
Delete Job-Site |
Delete Job-Site |
Login |
Login |
Update Time Clock |
Update Time Clock |
Create Job-Site
Create Job-Site
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
token
|
token | True | string |
Token information recieved from login operation |
siteID
|
siteID | string |
Site idendity number |
|
name
|
name | True | string |
Name |
address
|
address | True | string |
Address |
radius
|
radius | string |
Radius from site |
|
groupID
|
groupID | string |
Group identity number |
|
latitude
|
latitude | string |
Site latitude |
|
longitude
|
longitude | string |
Site longitude |
Returns
Name | Path | Type | Description |
---|---|---|---|
Status
|
Status | string |
Status information |
SucessMsg
|
SucessMsg | string |
Successful message information |
StatusCode
|
StatusCode | integer |
Status Code information |
Create Time Clock
Create Time Clock
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
token
|
token | string |
Token information recieved from login operation |
|
deviceID
|
deviceID | True | string |
Device identity number |
timeClockSentTime
|
timeClockSentTime | True | string |
Informaton about sent time |
stageName
|
stageName | True | string |
Information about stage name |
customerName
|
customerName | string |
Customer name |
|
jobName
|
jobName | string |
Job name |
|
address
|
address | string |
Address |
Returns
Name | Path | Type | Description |
---|---|---|---|
Status
|
Status | string |
Status information |
SucessMsg
|
SucessMsg | string |
Successful message inforation |
StatusCode
|
StatusCode | integer |
Status information code |
Create Work Orders
Create Work Orders
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
token
|
token | True | string |
Token information recieved from login operation |
workOrderNumber
|
workOrderNumber | string |
Work Order Number |
|
workOrderType
|
workOrderType | True | string |
Work Order Type |
deviceDesc
|
deviceDesc | string |
Device Description |
|
groupID
|
groupID | string |
Group identity number |
|
deviceID
|
deviceID | True | string |
Device identity number |
locatable
|
locatable | True | string |
Location table |
legNumber
|
legNumber | string |
Information number |
|
startDate
|
startDate | True | string |
Start Date |
endDate
|
endDate | True | string |
End Date |
startTime
|
startTime | string |
Start Time |
|
endTime
|
endTime | string |
End Time |
|
timezone
|
timezone | string |
Time Zone |
|
customerName
|
customerName | string |
Customer Name |
|
taskName
|
taskName | string |
Task Name |
|
message
|
message | string |
Description message |
|
formName
|
formName | string |
Form Name |
|
action
|
action | string |
Action |
|
createEmployee
|
createEmployee | string |
Create Employee Information |
|
name
|
name | string |
Information name |
|
value
|
value | string |
Information value |
Returns
Name | Path | Type | Description |
---|---|---|---|
Status
|
Status | string |
Status information |
SucessMsg
|
SucessMsg | string |
SucessMsg |
StatusCode
|
StatusCode | integer |
StatusCode |
Delete Job-Site
Delete Job-Site
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
name
|
name | True | string |
Path to job site |
token
|
token | string |
Token information recieved from login operation |
Returns
Name | Path | Type | Description |
---|---|---|---|
Status
|
Status | string |
Status infromation |
SucessMsg
|
SucessMsg | string |
Message on successful request |
StatusCode
|
StatusCode | integer |
Status code |
Login
Login
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Content-Type
|
Content-Type | True | string |
Currently required information to connect with allGeo platform, application/x-www-form-urlencoded |
body
|
body | True | string |
Currently information about login information needs to be put here as a part of the process |
Returns
Name | Path | Type | Description |
---|---|---|---|
message
|
message | string |
message |
token
|
token | string |
token |
status
|
status | integer |
Status information |
Update Time Clock
Update Time Clock
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
token
|
token | string |
Token information recieved from login operation |
|
txnID
|
txnID | True | string |
txnID |
deviceID
|
deviceID | True | string |
Device identity number |
timeClockSentTime
|
timeClockSentTime | True | string |
Information about sent time |
customerName
|
customerName | string |
Customer name |
|
jobName
|
jobName | string |
Job name |
|
managerNotes
|
managerNotes | string |
Manager notes |
|
stageName
|
stageName | True | string |
stageName |
Returns
Name | Path | Type | Description |
---|---|---|---|
Status
|
Status | string |
Status information |
SucessMsg
|
SucessMsg | string |
Successful message information |
StatusCode
|
StatusCode | integer |
Status Code information |