Tesseron Invoice (Preview)
This connector allows you to create activity recordings and position notes.
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 | Tesseron Support |
URL | https://www.docs.tesseron.de |
development@llnet.de |
Connector Metadata | |
---|---|
Publisher | luithle + Luithle GmbH |
Website | https://www.tesseron.de |
Privacy policy | https://www.llnet.de/data-protection/ |
Categories | IT Operations;Communication |
This connector allows you to create and search service assignments, position notes and activity recordings in your Tesseron Instance. Integrate Tesseron into your flows and automate your business processes.
You will need the following to proceed:
- A Tesseron Instance
- A Tesseron licensed user
- An API Key (Service: Invoice)
Authentication is done via an API key. Please provide your API key and your instance URL als connection parameters.
The connector supports the following operations:
- Get Service Assignments: Retrieve all service assignment positions for the specified filters.
- Create Activity Recording: Create a new activity recording.
- Create Invoice PositionNote: Create a new position note.
Since Tesseron Rest API uses API keys to validate your user, you first need to contact your system administrator to create an API key for your user. After that is completed you can create your Tesseron connection.
Check user rights With this connector you will be able to perform asset actions within your Tesseron instance. Therefore you need to have the mandatory user rights.
Apply for your API key Currently, API keys can only be created by your system administrator. Therefore, request your API key from your system administrator.
Create a new connection
- Provide your Tesseron instance URL
- Enter your Tesseron API key
- Sufficient user rights are mandatory.
Is there any extra charge using this connector? No
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
Instance URL | string | Your Tesseron instance URL | True |
apikey | securestring | Your Tesseron API key (Service: Ticket) | True |
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Create Activity Recording |
This method allows you to create activity recordings. |
Create Position Note |
This method allows you to create position notes. |
This method allows you to create activity recordings.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Date from
|
dateFrom | True | string |
Specify the start date |
Date to
|
dateTo | True | string |
Specify the end date |
Booking Text
|
bookText | string |
Specify a booking text for your activity recording |
|
Note Text
|
noteText | string |
Specify a note text for your activity recording |
|
Ticket ID
|
ticketID | integer |
Specify a ticket id |
|
Project ID
|
projectId | integer |
Specify a project id |
|
Project Phase ID
|
projectPhaseId | integer |
Specify a project phase id |
|
Project Phase Task ID
|
projectPhaseTaskId | integer |
Specify a project phase task id |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
Message | string |
Message |
Success
|
Success | boolean |
Success |
ActivityRecordingId
|
ActivityRecordingId | string |
Activity Recording ID |
This method allows you to create position notes.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Date from
|
dateFrom | True | string |
Specify the start date |
Date to
|
dateTo | True | string |
Specify the end date |
Pause
|
pause | string |
Specify the pause |
|
No Invoice
|
noInvoice | True | boolean |
Specify whether the position note is not billable |
Extra Charge
|
extraCharge | True | boolean |
Specify whether surcharges are calculated |
Hint
|
hint | string |
Specify a hint for your position note |
|
Username
|
username | string |
Specify a user name |
|
Ticket ID
|
ticketID | integer |
Specify a ticket id |
|
Ticket position ID
|
ticketPositionID | integer |
Specify a ticket position id |
|
Service Contract ID
|
serviceContractID | integer |
Specify a service contract id |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
Message | string |
Message |
Success
|
Success | boolean |
Success |
invoiceNoteId
|
invoiceNoteId | string |
Invoice Note ID |