Add Log
Add a log.
POST
/
v1
/
logs
Body
channel_name
string
requiredThe name of the channel.
event
string
requiredThe event to be fired(logged in).
description
string
The description of the event.
meta
Record<string, string>
More information about the event.
icon
string
Emoji string value.
platform_key
string
default: "default"The platform key. Default is default
description_parser
string
default: "text"Description parser. Default is text
. Supported values are:
- text
- markdown
value
number
The value.
value_type
string
default: "default"The value type. Default value is default
. Supported values are:
- default
- currency
timestamp
string
The timestamp of the logged event.
Header
x-api-key
string
requiredYour JigsawStack API key
Response
success
boolean
Indicates whether the call was successful.
log_id
string
The ID of the log.
Was this page helpful?