Show / Hide Table of Contents

Class DBC.WebhookNotifyFields

Fields for WebhookNotify, Notification recipients for webhook failure events. Each row defines one recipient (associate or ad-hoc email) that should be notified when a webhook fails.

Inheritance
object
DBC.WebhookNotifyFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.WebhookNotifyFields

Fields

AssociateId

WebhookNotify.AssociateId: Associate to notify. If set, email_recipient is ignored.

Declaration
public const string AssociateId = "associate_id"
Field Value
Type Description
string

EmailRecipient

WebhookNotify.EmailRecipient: Ad-hoc email address to notify. Used when associate_id is 0.

Declaration
public const string EmailRecipient = "email_recipient"
Field Value
Type Description
string

Registered

WebhookNotify.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

WebhookNotify.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

Updated

WebhookNotify.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

WebhookNotify.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

WebhookNotify.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string

WebhookId

WebhookNotify.WebhookId: The webhook that this notification is for

Declaration
public const string WebhookId = "webhook_id"
Field Value
Type Description
string

WebhookNotifyId

WebhookNotify.WebhookNotifyId: Primary key

Declaration
public const string WebhookNotifyId = "webhook_notify_id"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top