Webhooks Notifications
Description of the webhook notifications send by Upland Developers APIs
Authentication
AuthenticationSuccess
{
"type": "AuthenticationSuccess",
"data": {
"code": "<connection-code::string>",
"userId": "<upland-user-id::uuid>",
"accessToken": "<jwt-token::string>"
}
}
AuthenticationFailure
UserDisconnectedApplication
Transaction to Escrow
TransactionToEscrowCreated
TransactionToEscrowSigned
TransactionToEscrowFinal
TransactionToEscrowFailure
TransactionToEscrowExpired
TransactionToEscrowRejected
Transaction from Escrow
TransactionFromEscrowCreated
TransactionFromEscrowFinal
TransactionFromEscrowFailure
Escrow Container
ContainerExpired
Tournament
RumbleTournamentNewParticipantAdded
RumbleTournamentParticipantStatusUpdated
RumbleTournamentClosed
RumbleTournamentCanceled
RumbleTournamentStatusUpdated
Last updated