Skip to main content

MicrosoftTeamsIntegration

No description

type MicrosoftTeamsIntegration implements BaseFields {
createdAt: ISO8601DateTime!
id: ID!
incomingWebhookUrl: String!
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.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

Interfaces

BaseFields interface

Returned By

microsoftTeamsIntegration query

Member Of

CreateOrUpdateMicrosoftTeamsIntegrationPayload object