Langsung ke konten utama
GET
/
workflows
/
node-types
Daftar tipe node yang tersedia
curl --request GET \
  --url https://api.altostrat.io/workflows/node-types \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "webhook",
    "name": "Webhook",
    "category": "action",
    "validation_rules": {}
  }
]

Authorizations

Authorization
string
header
required

JWT standar untuk sesi pengguna yang diperoleh melalui otentikasi Altostrat.

Response

Daftar tipe node yang tersedia.

id
string

Pengenal komponen unik untuk tipe node.

Example:

"webhook"

name
string

Nama tipe node yang dapat dibaca manusia.

Example:

"Webhook"

category
enum<string>

Kategori tempat node berada.

Opsi yang tersedia:
trigger,
action,
condition
Example:

"action"

validation_rules
object

Peta nama bidang ke aturan validasi Laravel mereka.