Automation Workflow

Automation Workflow API

1.0.0OAS 3.1

This API allows clients to manage automation-workflow rules.

Servers:

  1. Local Development:

  2. Stage or Production:

Ensure you’re using the correct server depending on the environment you’re working in (local or production).

API Base URL
  • Server 1:https://{your-bynder-domain}/api/1/automation-workflow/
Security
httpAuth (http)

Provide your bearer token in the Authorization header when making requests to protected resources.

Example: Authorization: Bearer 123

Fetches a list of available automation workflow actions.

Fetches a list of available automation workflow actions.

Note: Only actions that the authenticated user has permission to use are included in the response.
For example, actions requiring specific features or roles may be omitted if the user lacks access.

get
https://{your-bynder-domain}/api/1/automation-workflow/actions

Response

application/json

AutomationWorkflowActionsResponse

actionsarray[object]
Show Child Parameters
max_actions_limitinteger(int32)required
get/actions
 
application/json

Fetches a list of available automation workflow conditions.

Fetches a list of available automation workflow conditions.

Some conditions accept only specific predefined terms, which are included in the response for reference.

Note: The Archived condition requires the RelativeDate trigger.

get
https://{your-bynder-domain}/api/1/automation-workflow/conditions

Response

application/json

AutomationWorkflowConditionsResponse

conditionsarray[object]
Show Child Parameters
max_conditions_countinteger(int32)required
get/conditions
 
application/json

Fetches all automation workflow rules.

Fetches all automation workflow rules within an account in descending order of creation, with optional pagination (start and limit).

get
https://{your-bynder-domain}/api/1/automation-workflow/rules

Query Parameters

startinteger(int32)
limitinteger(int32)

Response

application/json

ListAutomationWorkflowRulesResponse

metadataobjectrequired
Show Child Parameters
rulesarray[object]
Show Child Parameters
get/rules
 
application/json