Connections
Sources for new tasks; Destinations for completed tasks
Last updated
Was this helpful?
Sources for new tasks; Destinations for completed tasks
Last updated
Was this helpful?
Each queue can have various types of sources and destinations that can be used for creating new tasks or receiving completed ones. These are managed through Connections, which is accessed from each queue's home screen.
Currently supported sources to create new tasks:
API. This is the preferred way to programmatically create new tasks. See the for more details.
CSV. Useful to create tasks in batch without needing to write code.
Currently supported sources to create new tasks:
Webhooks. This is the preferred way to programmatically receive completed tasks as soon as they are successfully submitted. See the for more details.
API. You can also programmatically poll the API for newly complete tasks. See the for more details.
CSV. Useful to export tasks in batch without needing to write code.