This endpoint lets you submit a task - referred to as a Job - via Deck’s API.
When you call it, the results are returned via Webhooks. You can use those results to trigger additional Jobs, creating a dynamic flow that communicates with various platforms to complete your workflows.To use the API, you must specify a Job Code.
For example:
Use "EnsureConnection" to initiate a connection to a platform
All supported Job Codes and examples are available within the Links you create on the Links page of your Dashboard.The input parameters vary by Job.
For example, making a payment requires:
The Access token from your connection webhook
The account ID from which to withdraw funds
The amount to be paid
The payment method ID
Once you’ve provided all required inputs, the endpoint handles the rest.