GET /v1/flow-custom-billable-actions/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": "d7ef0c20-c4fd-48ec-82da-2018da2c5e59",
            "connectorName": "airtable",
            "isEnabled": true,
            "operation": "update_record",
            "trayTemplateId": "eea87aa0-7614-470f-9456-3e124f3a68c8"
        },
        {
            "id": "2bc134d9-1933-4713-b004-277ad1414858",
            "connectorName": "airtable",
            "isEnabled": true,
            "operation": "update_record",
            "trayTemplateId": "57b33f10-5344-47e8-8966-526752bc93d6"
        },
        {
            "id": "0ac01ace-361d-4e17-8039-cc5b91c0082a",
            "connectorName": "airtable",
            "isEnabled": true,
            "operation": "update_record",
            "trayTemplateId": "6a8a206d-399a-4449-a883-d99ee5d7d171"
        },
        {
            "id": "b9eb6544-7d35-4add-bae8-362b4d97a01f",
            "connectorName": "slack",
            "isEnabled": true,
            "operation": "send_message",
            "trayTemplateId": "87432f0d-b55b-4afd-a2aa-a2e61e2e690d"
        }
    ]
}