Connectors Reference

AppsForOps Timeline

AppsForOps Timeline is a game changing Customer Success software platform and the connector allows you to create new timeline entries on AppsForOps Timelines.

 

Status: Preview

Tier: Premium

Version: v1

 

Actions:

Name

Summary

ApiExtNPSPost (NPSModel model)

Create a new Net Promoter Score (NPS) value for the specified user

ApiExtTimelinePost (TimelineExtModel model)

Create a new Timeline entry for the specified group

 

Triggers:

Name

Summary

 

Objects:

Name

Summary

NPSCreateResponse

 

NPSModel

 

TimelineCreateResponse

 

TimelineExtModel

 

 

Actions:

ApiExtNPSPost

Summary: Create a new Net Promoter Score (NPS) value for the specified user

Description: Calling this will create a new Net Promoter Score (NPS) value for the specified user.

 

Syntax:

AppsForOpsTimeline.ApiExtNPSPost (NPSModel model)

 

Parameters:

Name

Type

Summary

Required

Related Action

model

NPSModel

 

Provide details of the timeline entry for the specified group

True

 

Returns:

          Type:NPSCreateResponse

 

ApiExtTimelinePost

Summary: Create a new Timeline entry for the specified group

Description: Calling this will create a new Timeline entry for the specified group.

 

Syntax:

AppsForOpsTimeline.ApiExtTimelinePost (TimelineExtModel model)

 

Parameters:

Name

Type

Summary

Required

Related Action

model

TimelineExtModel

 

Provide details of the timeline entry for the specified group

True

 

Returns:

          Type:TimelineCreateResponse

 


 

NPSCreateResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

integer(int64)

 

Unique id for the NPS

email

string

 

Email for the NPS score

name

string

 

Name for the NPS score

score

integer(int32)

 

NPS score

comments

string

 

NPS comments

additionalData

string

 

NPS Additional data


 

NPSModel

Summary:

Description: Provide details of the timeline entry for the specified group

 

          Properties:

Name

Type

Summary

email

string

 

Enter the email for the NPS score

name

string

 

Enter the name for the NPS score

score

integer(int32)

 

Enter the NPS score

ratingDate

string(date-time)

 

Enter the NPS rating date

comments

string

 

Enter the NPS comments

additionalData

string

 

Enter any additional data


 

TimelineCreateResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

success

boolean

 

This lets you know if the timeline entry has been added successfully or not

id

string

 

This is the timeline entry identifier

title

string

 

This is the title of the timeline entry

description

string

 

This is the description of the timeline entry

channelName

string

 

This is the name of the channel that this timeline entry has been added to (For example: MailChimp)

group

string

 

This is the name of the group that this timeline entry has been added to (For example: PlayPlay Company)

fromEmail

string

 

This is the from email address of the timeline entry (For example: Bruce.Brown@PlayPlayCompany.com)

fromDisplayName

string

 

This is the from display name of the timeline entry (For example: Bruce Brown)

toEmail

string

 

This is the to email address of the timeline entry (For example: Sheila.Smith@PlayPlayCompany.com)

toDisplayName

string

 

This is the to display name of the timeline entry (For example: Sheila Smith)

createdByDateTime

string(date-time)

 

This is the date and time of the timeline entry


 

TimelineExtModel

Summary:

Description: Provide details of the timeline entry for the specified group

 

          Properties:

Name

Type

Summary

source

string

 

Enter the name of the system where this data comes from (For example: MailChimp)

title

string

 

Enter the title of the timeline entry

description

string

 

Enter the description of the timeline entry

toDisplayName

string

 

Enter the to display name (For example: Sheila Smith)

toEmail

string

 

Enter the to email address (For example: Sheila.Smith@PlayPlayCompany.com)

fromDisplayName

string

 

Enter the from display name (For example: Bruce Brown)

fromEmail

string

 

Enter the from email address (For example: Bruce.Brown@PlayPlayCompany.com)

createdByDateTime

string

 

Enter the date and time of the timeline entry

culture

string

 

Culture is used to interpret your date from Coordinated Universal Time (UTC). If left blank, this will default to en-GB.