routines

Execute a routine against 1-100 items

Starts an asynchronous routine run for up to 100 input items.

post/routines/{routine_id}/run

Path parameters

routine_idstring required

Request body

webhook_idstring

ID of a registered Clay webhook to notify when the run finishes.

Response

202

routine_run_idstring required
status'in_progress' required

Changes

Changed in 1 of the 6 revisions of this API.11

  • 881a05e984ea11See the full diff
    • for the path request parameter routine_id, the minLength was increased from 0 to 1

      request-parameter-min-length-increased

    • for the path request parameter routine_id, the maxLength was set to 64

      request-parameter-max-length-set