LogSnag integration (Developer Tools, Data). Imported from open-connector.
https://api.logsnag.com/v1/log
| Param | Type | Required | Description |
|---|---|---|---|
| project | string | required | The LogSnag project name. |
| channel | string | required | The LogSnag channel name. |
| event | string | required | The event name. |
| description | string | optional | The optional event description. |
| icon | string | optional | The optional emoji or emoji shortcode shown with the event. |
| notify | boolean | optional | Whether LogSnag should send a push notification. |
| tags | object | optional | A LogSnag key-value object. |
| parser | string | optional | The parser LogSnag should apply to the description. |
| user_id | string | optional | The optional user identifier associated with the event. |
| timestamp | number | optional | The optional Unix timestamp in seconds for historical events. |
/identify
| Param | Type | Required | Description |
|---|---|---|---|
| project | string | required | The LogSnag project name. |
| user_id | string | required | The user identifier to update. |
| properties | object | required | A LogSnag key-value object. |
/insight
| Param | Type | Required | Description |
|---|---|---|---|
| project | string | required | The LogSnag project name. |
| title | string | required | The insight title. |
| value | string | required | The insight value. |
| icon | string | optional | The optional emoji or emoji shortcode shown with the insight. |
/insight
| Param | Type | Required | Description |
|---|---|---|---|
| project | string | required | The LogSnag project name. |
| title | string | required | The insight title. |
| value | object | required | The LogSnag mutation object. |
| icon | string | optional | The optional emoji or emoji shortcode shown with the insight. |