hubapi.com

Create custom workflow actions

๐Ÿ”‘ apikey 16 endpoints
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Get all custom actions
curl \
  # append ?hapikey=$API_KEY to the URL \
  https://api.hubapi.com/automation/v4/actions/{appId}
Get a custom action
curl \
  # append ?hapikey=$API_KEY to the URL \
  https://api.hubapi.com/automation/v4/actions/{appId}/{definitionId}
Get all custom action functions
curl \
  # append ?hapikey=$API_KEY to the URL \
  https://api.hubapi.com/automation/v4/actions/{appId}/{definitionId}/functions
Endpoints (16 total)
GET
/automation/v4/actions/{appId}
Get all custom actions
GET
/automation/v4/actions/{appId}/{definitionId}
Get a custom action
GET
/automation/v4/actions/{appId}/{definitionId}/functions
Get all custom action functions
GET
/automation/v4/actions/{appId}/{definitionId}/revisions
Get all revisions for a custom action
GET
/automation/v4/actions/{appId}/{definitionId}/revisions/{revisionId}
Get a revision for a custom action
GET
/automation/v4/actions/{appId}/{definitionId}/functions/{functionType}
Get a custom action function
GET
/automation/v4/actions/{appId}/{definitionId}/functions/{functionType}/{functionId}
Get a custom action function
POST
/automation/v4/actions/{appId}
Create new custom action
POST
/automation/v4/actions/callbacks/complete
Complete a batch of callbacks
POST
/automation/v4/actions/callbacks/{callbackId}/complete
Complete a callback
PUT
/automation/v4/actions/{appId}/{definitionId}/functions/{functionType}
Create or replace a custom action function
PUT
/automation/v4/actions/{appId}/{definitionId}/functions/{functionType}/{functionId}
Create or replace a custom action function
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints16
Authapikey
https://api.hubapi.com