Attach Unit
The EVENT_UNIT_ATTACH push event is sent when an identifier/unit is attached to a new call.
EVENT_DISPATCH_UNIT_ATTACH Post
{
"key": "YOUR_API_KEY", // Authenticate legitimate event traffic
"type": "EVENT_DISPATCH_UNIT_ATTACH",
"data": {
"eventOriginIdent": 123, // Identifier that created/caused this event
"ident": 1, // (Option 1) Single Identifier/Unit ID
"idents": [123, 456], // (Option 2) Multiple Identifiers/Unit IDs
"callId": 111 // Dispatch Call ID
}
}
Identifier Field Options
Last updated
Was this helpful?

