Method: LockstepSdk::WebhookRuleModel#table_key

Defined in:
lib/lockstep_sdk/models/webhook_rule_model.rb

#table_keyString

Returns A Webhook rule is setup to be fired based on ‘TableKey` and `EventType`. For example, a Webhook setup for when an Invoice is Created would have a `TableKey` value of `Invoice` and an `EventType` value of `I` (Insert). The `TableKey` value contains the name of the table within the Lockstep Platform to which this metadata is connected. For more information, see [linking metadata to an object](developer.lockstep.io/docs/custom-fields#linking-metadata-to-an-object).

Returns:

  • (String)

    A Webhook rule is setup to be fired based on ‘TableKey` and `EventType`. For example, a Webhook setup for when an Invoice is Created would have a `TableKey` value of `Invoice` and an `EventType` value of `I` (Insert). The `TableKey` value contains the name of the table within the Lockstep Platform to which this metadata is connected. For more information, see [linking metadata to an object](developer.lockstep.io/docs/custom-fields#linking-metadata-to-an-object).



55
56
57
# File 'lib/lockstep_sdk/models/webhook_rule_model.rb', line 55

def table_key
  @table_key
end