Create a Custom Action

Create a Custom Action belonging to A Team

認証

AuthorizationBearer

Bearer <token>形式のBearer認証。tokenは認証トークンです。

パスパラメータ

team_idstring必須形式: "uuid"

リクエスト

Action to create or update
descriptionstring必須
Description of the custom Action
eventstring必須
Arbitrary event name to include in custom Action webhook payloads
namestring必須
Name of the custom Action
urlstring必須
HTTPS endpoint to deliver Action events to
allow_collaboratorsbooleanオプションデフォルト値 false
includestringオプション
Any associations to include in the response

レスポンス

Action success response
activeboolean
allow_collaboratorsboolean
creator_idstring形式: "uuid"
deleted_atstring形式: "date-time"
descriptionstring
eventstring
idstring形式: "uuid"
imagestring
inserted_atstring形式: "date-time"
namestring
teamobject
team_idstring形式: "uuid"
updated_atstring形式: "date-time"
upload_urlstring
urlstring
webhookobject

エラー

401
Unauthorized Error
404
Not Found Error