Tasks
Create LID
A LID is a predefined object of data that is passed around using a unique identifier instead of the data itself.
Uses
- Use to feed a lot of data into a webhook by using a simple reference
Basic usage
Create a LID with some data
Parameters
Required JSON
data - Any JSON data you wish to store in the LID
- This data will be passed through to any system that references it
- Webhooks can use lids when passing data
Required Bool
isPublic - When true only users from your org have access to its data
Result
Properties
String
lid The ID of the LID
Examples
Here is some more complex examples
Using a Lid in a webhook
You can use the LID to pass data without needing to send any data via webhooks