Required capabilities:
subscribeSignalsAcl:WRITE
Create one or more sinks in the project. A sink represents a destination for signals, either a user sink (signals sent to the user's e-mail) or an e-mail sink (signals sent to a specified e-mail address).
Sinks to create.
required | Array of any (Items) [ 1 .. 100 ] items |
Created sinks.
The response for a bad request.
Validation Error
{- "items": [
- {
- "type": "email",
- "externalId": "my.known.id",
- "emailAddress": "string"
}
]
}{- "items": [
- {
- "type": "email",
- "externalId": "my.known.id",
- "emailAddress": "string",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}