Delivery
๐๏ธ DeleteDestination
DeleteDestination
๐๏ธ DeleteRules
DeleteRules permanently deletes a ruleset.
๐๏ธ DeployRules
DeployRules
๐๏ธ GetDeliveries
GetDeliveries is used to fetch deliveries to the destination. Returned items are in ascending ID order, starting from the first item for the destination if no cursor is provided. This method can be used regardless of the destination type.
๐๏ธ GetDestination
GetDestination returns details about a destination, this never includes any sensitive credentials.
๐๏ธ GetEvent
GetEvent is used to get detailed information about an event, it's used for debugging or interactive applications.
๐๏ธ GetPreviousDeliveries
GetPreviousDeliveries is used to access individual deliveries, for example for use in a retry mechanism.
๐๏ธ GetRules
GetRules returns a named ruleset for a destination.
๐๏ธ ListDestinationDeploys
ListDestinationDeploys lists the deploys of a destination.
๐๏ธ ListDestinations
ListDestinations lists the destinations for your organisation. This is a paginated method.
๐๏ธ ListRules
ListRules lists the rulesets for a given destination.
๐๏ธ SetDestination
SetDestination creates or updates a destination.
๐๏ธ SetRules
SetRules creates or updates a named ruleset for a destination.
๐๏ธ TestRules
TestRules is used by TT Studio to perform a test run of a ruleset.