Integration Request Event
Event emitted to an App when a new integration is requested and needs to be authorized. This event initiates the Integration Request Flow.
Sample Data
Data Schema
{
"appCode": "ABCDEF",
"activationCode": "ABCDEF123456",
"callbackUrl": ""
}
Last modified 2yr ago