Pular para o conteúdo principal

Create a routine for an agent

POST 

https://platform.docana.com/api/v1/agents/:agentId/routines/

The routine needs at least one trigger: SCHEDULED (cron, at most every 5 minutes), API (on demand via POST /api/v1/agents/{agentId}/routines/{routineId}/run/) or DOCUMENT_EVENT (fires on document import). An enabled API trigger is added automatically when none is given, so every routine can be run on demand. Cloud Scheduler jobs are created for enabled scheduled triggers.

Request

Responses

The created routine