Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.utage-system.com/v1/funnels/{funnel_id}/steps \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "data": { "id": "<string>", "name": "<string>", "order": 123 } }
指定ファネルに新しいステップを作成します。
POST
https://api.utage-system.com/v1/funnels/{funnel_id}/steps
APIキーをBearerトークンとして指定
ファネルID
ステップ名
255
作成されたステップ
Show child attributes