Cakemail Logo
Cakemail API

Workflow Blueprint (1.18.25)

Endpoint:https://api.cakemail.dev

deprecated

Show all workflow blueprints

GET
https://api.cakemail.dev
/workflow-blueprints

Show all workflow blueprintsquery Parameters

  • pageinteger · min: 1
    Default: 1
  • per_pageinteger · min: 1
    Default: 50
  • with_countboolean
  • sortstring

Show all workflow blueprintsResponses

    • paginationobject · required
    • dataobject[] · required

deprecated

Show a workflow blueprint

GET
https://api.cakemail.dev
/workflow-blueprints/{blueprint_id}

Show a workflow blueprintpath Parameters

  • blueprint_idstring · required

Show a workflow blueprintResponses

    • dataobject · required

deprecated

Show workflow blueprint actions

GET
https://api.cakemail.dev
/workflow-blueprints/{blueprint_id}/actions

Show workflow blueprint actionspath Parameters

  • blueprint_idstring · required

Show workflow blueprint actionsquery Parameters

  • pageinteger · min: 1
    Default: 1
  • per_pageinteger · min: 1
    Default: 50
  • with_countboolean
  • sortstring

Show workflow blueprint actionsResponses

    • paginationobject · required
    • dataobject[] · required

deprecated

Show a workflow blueprint action

GET
https://api.cakemail.dev
/workflow-blueprints/{blueprint_id}/actions/{action_id}

Show a workflow blueprint actionpath Parameters

  • blueprint_idstring · required
  • action_idstring · required

Show a workflow blueprint actionResponses

    • dataobject · required