PUT
/
records
/
{record_id}
/
steps
Run a FlowEQ Step in Workboard
curl --request PUT \
  --url https://api.floweq.com/v1/records/{record_id}/steps \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "pdf_create",
  "inputs": {
    "pdf_filename": "pdf_filename",
    "pdf_title": "PDF Title",
    "template_id": "template_id"
  }
}'
"<any>"

Authorizations

Authorization
string
header
required

Enter your bearer token in the format: Bearer {token}

Path Parameters

record_id
string
required

Body

application/json · Record Step Run Request · object

Create a temporary access token that may be used to update a single record

Response

200 - application/json

Step Run Success

The response is of type any.