HubSpot · Example Payload

Custom Workflow Actions Api Action Definition Collection Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Custom Workflow Actions Api Action Definition Collection Example is an example object payload from HubSpot, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

resultspaging

Example Payload

Raw ↑
{
  "results": [
    {
      "id": "500123",
      "revisionId": "500123",
      "actionUrl": "https://app.hubspot.com/contacts/12345",
      "labels": {},
      "inputFields": [
        {
          "typeDefinition": {},
          "supportedValueTypes": [
            {}
          ],
          "isRequired": true
        }
      ],
      "outputFields": [
        {
          "typeDefinition": {}
        }
      ],
      "objectTypes": [
        "CONTACT"
      ],
      "objectRequestOptions": {},
      "published": true,
      "functions": [
        {
          "functionType": "PRE_ACTION_EXECUTION",
          "id": "500123"
        }
      ]
    }
  ],
  "paging": {
    "next": {
      "after": "example-value"
    }
  }
}