TestCase Object
Represents test data for webhook requests used to simulate events from connection triggers.
Return fields
allowRemove (Boolean!)
Specifies whether the signed-in User can remove the TestCase.
allowUpdate (Boolean!)
Specifies whether the signed-in User can update the TestCase.
contentType (String)
Content type of the test payload.
createdAt (DateTime!)
The timestamp at which the object was created.
headers (JSONString)
Test headers as key/value pairs.
id (ID!)
The ID of the object
integration (Integration!)
The Integration this TestCase belongs to.
name (String!)
The name of the TestCase.
payload (String)
Test step payload data.
result (JSONString)
Test step result data.
updatedAt (DateTime!)
The timestamp at which the object was most recently updated.