Incoming Webhooks + Workast
Incoming Webhooks are a simple way to create tasks inside Workast from external sources.Utilize the HTTP post method for easy importing
Webhooks make use of normal HTTP requests with a JSON payload. Our Webhook URL accepts the HTTP POST method with the header Content-Type: application/JSON with the task details as JSON body, to make it easy for your team to pull in tasks.
Import the information that you need
Our webhooks pull in descriptions, assignees, start dates, due dates, and more! Making it easy to pull the information you need for your workflows. Find the full payload that is accepted here.