HubSpot · Capability
HubSpot Custom Workflow Actions API — Action Functions
HubSpot Custom Workflow Actions API — Action Functions. 6 operations. Lead operation: Hubspot List Action Functions. Self-contained Naftiko capability covering one Hubspot business surface.
What You Can Do
GET
Listactionfunctions
— Hubspot List Action Functions
/v1/automation/v4/actions/{appid}/{definitionid}/functions
GET
Getactionfunctionbytype
— Hubspot Retrieve Function by Type
/v1/automation/v4/actions/{appid}/{definitionid}/functions/{functiontype}
PUT
Upsertactionfunction
— Hubspot Create or Update a Function
/v1/automation/v4/actions/{appid}/{definitionid}/functions/{functiontype}
DELETE
Deleteactionfunctionbytype
— Hubspot Delete a Function by Type
/v1/automation/v4/actions/{appid}/{definitionid}/functions/{functiontype}
GET
Getactionfunctionbyid
— Hubspot Retrieve a Specific Function
/v1/automation/v4/actions/{appid}/{definitionid}/functions/{functiontype}/{functionid}
DELETE
Deleteactionfunctionbyid
— Hubspot Delete a Specific Function
/v1/automation/v4/actions/{appid}/{definitionid}/functions/{functiontype}/{functionid}
MCP Tools
hubspot-list-action-functions
Hubspot List Action Functions
read-only
idempotent
hubspot-retrieve-function-type
Hubspot Retrieve Function by Type
read-only
idempotent
hubspot-create-update-function
Hubspot Create or Update a Function
idempotent
hubspot-delete-function-type
Hubspot Delete a Function by Type
idempotent
hubspot-retrieve-specific-function
Hubspot Retrieve a Specific Function
read-only
idempotent
hubspot-delete-specific-function
Hubspot Delete a Specific Function
idempotent