Skip to main content

RentalContractPandadocSendCompletedNotification

Emitted when SendPandadocContractWorker finishes sending the document to PandaDoc: success is true on API success; on repeated API failure, success is false after the final attempt.

type RentalContractPandadocSendCompletedNotification {
errorMessage: String
occurredAt: DateTime!
rentalContractId: UUID!
success: Boolean!
}

Fields

NomTypeDescription
errorMessageString scalar
occurredAtDateTime! non-null scalar
rentalContractIdUUID! non-null scalar
successBoolean! non-null scalarrentalContractPandadocSendCompleted