MicrosoftTeamsIntegration
No description
type MicrosoftTeamsIntegration implements BaseFields, IntegrationInterface {
createdAt: ISO8601DateTime!
id: ID!
incomingWebhookUrl: String!
integrationType: IntegrationEnum!
updatedAt: ISO8601DateTime!
}
Fields
MicrosoftTeamsIntegration.createdAt
● ISO8601DateTime!
non-null scalar
The date when record was created
MicrosoftTeamsIntegration.id
● ID!
non-null scalar
The ID scalar type represents a unique identifier
MicrosoftTeamsIntegration.incomingWebhookUrl
● String!
non-null scalar
Incoming Webhook Url. Example: 'https://*****.webhook.office.com/'
MicrosoftTeamsIntegration.integrationType
● IntegrationEnum!
non-null enum
MicrosoftTeamsIntegration.updatedAt
● ISO8601DateTime!
non-null scalar
The date when record was updated
Interfaces
BaseFields
interface
IntegrationInterface
interface
Returned By
microsoftTeamsIntegration
query