Methods

  • post - Create a custom event by alias
  • post - Create a custom event by id

Resource

{
    "<key>": "string"
}

Properties

Name Type Description Additional
<key> map of string

A custom field of the custom event. The key must be the field id defined in Connectif and the value must be of the appropriate type: string for text fields; number for decimal fields; integer for integer fields; boolean for boolean fields; and an array of string for checkbox fields.

Optional