Instance Key

Instance Key Events #

Instance Key Update #

update@instance-key

Sends a notification when the instance key is updated.

Permissions: instance-key-read

Payload:

{
	"key": "JD1234567890qwertyuiopasdfghjklz"
}
Instance key properties are described in detail here.

Instance Key Status Update #

[email protected]

Sends a notification when the status of the instance key is updated.

Permissions: none

Payload:

{
	"status": "valid"
}
Instance key status properties are described in detail here.