AppsForOps Timeline (Preview)
AppsForOps Timeline is a game changing Customer Success software platform and the connector allows you to create new timeline entries on AppsForOps Timelines.
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 | |
---|---|
Support@AppsForOps.com |
Connector Metadata | |
---|---|
Publisher | AppsForOps |
Website | https://www.appsforops.com/ |
Privacy policy | https://www.AppsForOps.com/PolicyPrivacy.aspx |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
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 |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Create a new Net Promoter Score (NPS) value for the specified user |
Calling this will create a new Net Promoter Score (NPS) value for the specified user. |
Create a new Timeline entry for the specified group |
Calling this will create a new Timeline entry for the specified group. |
Create a new Net Promoter Score (NPS) value for the specified user
Calling this will create a new Net Promoter Score (NPS) value for the specified user.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
email
|
True | string |
Enter the email for the NPS score |
|
name
|
name | string |
Enter the name for the NPS score |
|
score
|
score | True | integer |
Enter the NPS score |
ratingDate
|
ratingDate | True | date-time |
Enter the NPS rating date |
comments
|
comments | string |
Enter the NPS comments |
|
additionalData
|
additionalData | string |
Enter any additional data |
Returns
- Body
- NPSCreateResponse
Create a new Timeline entry for the specified group
Calling this will create a new Timeline entry for the specified group.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
source
|
source | True | string |
Enter the name of the system where this data comes from (For example: MailChimp) |
title
|
title | True | string |
Enter the title of the timeline entry |
description
|
description | True | string |
Enter the description of the timeline entry |
toDisplayName
|
toDisplayName | True | string |
Enter the to display name (For example: Sheila Smith) |
toEmail
|
toEmail | True | string |
Enter the to email address (For example: Sheila.Smith@PlayPlayCompany.com) |
fromDisplayName
|
fromDisplayName | True | string |
Enter the from display name (For example: Bruce Brown) |
fromEmail
|
fromEmail | True | string |
Enter the from email address (For example: Bruce.Brown@PlayPlayCompany.com) |
createdByDateTime
|
createdByDateTime | True | string |
Enter the date and time of the timeline entry |
culture
|
culture | string |
Culture is used to interpret your date from Coordinated Universal Time (UTC). If left blank, this will default to en-GB. |
Returns
Definitions
NPSCreateResponse
Name | Path | Type | Description |
---|---|---|---|
id
|
id | integer |
Unique id for the NPS |
email
|
string |
Email for the NPS score |
|
name
|
name | string |
Name for the NPS score |
score
|
score | integer |
NPS score |
comments
|
comments | string |
NPS comments |
additionalData
|
additionalData | string |
NPS Additional data |
TimelineCreateResponse
Name | Path | Type | Description |
---|---|---|---|
success
|
success | boolean |
This lets you know if the timeline entry has been added successfully or not |
id
|
id | string |
This is the timeline entry identifier |
title
|
title | string |
This is the title of the timeline entry |
description
|
description | string |
This is the description of the timeline entry |
channelName
|
channelName | string |
This is the name of the channel that this timeline entry has been added to (For example: MailChimp) |
group
|
group | string |
This is the name of the group that this timeline entry has been added to (For example: PlayPlay Company) |
fromEmail
|
fromEmail | string |
This is the from email address of the timeline entry (For example: Bruce.Brown@PlayPlayCompany.com) |
fromDisplayName
|
fromDisplayName | string |
This is the from display name of the timeline entry (For example: Bruce Brown) |
toEmail
|
toEmail | string |
This is the to email address of the timeline entry (For example: Sheila.Smith@PlayPlayCompany.com) |
toDisplayName
|
toDisplayName | string |
This is the to display name of the timeline entry (For example: Sheila Smith) |
createdByDateTime
|
createdByDateTime | date-time |
This is the date and time of the timeline entry |