Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.96 KB

TwitterIntegration.md

File metadata and controls

25 lines (21 loc) · 1.96 KB

TwitterIntegration

Properties

Name Type Description Notes
id string A unique Integration Id
name string The name of the Twitter Integration
accessTokenKey string The Access Token Key from Twitter messenger
consumerKey string The Consumer Key from Twitter messenger
username string The Username from Twitter [optional]
userId string The UserId from Twitter [optional]
status string The status of the Twitter Integration [optional]
tier string The type of twitter account to be used for the integration
envName string The Twitter environment name, e.g.: env-beta (required for premium tier) [optional]
recipient \PureCloudPlatform\Client\V2\Model\DomainEntityRef The recipient associated to the Twitter Integration. This recipient is used to associate a flow to an integration [optional]
dateCreated \DateTime Date this Integration was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ [optional]
dateModified \DateTime Date this Integration was modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ [optional]
createdBy \PureCloudPlatform\Client\V2\Model\DomainEntityRef User reference that created this Integration [optional]
modifiedBy \PureCloudPlatform\Client\V2\Model\DomainEntityRef User reference that last modified this Integration [optional]
version int Version number required for updates.
selfUri string The URI for this object [optional]

[Back to Model list] [Back to API list] [Back to README]