Create a Custom Action

Create a Custom Action belonging to A Team

Path parameters

team_idstringRequiredformat: "uuid"

Request

Action to create or update
descriptionstringRequired
Description of the custom Action
eventstringRequired
Arbitrary event name to include in custom Action webhook payloads
namestringRequired
Name of the custom Action
urlstringRequired
HTTPS endpoint to deliver Action events to
allow_collaboratorsbooleanOptionalDefaults to false
includestringOptional
Any associations to include in the response

Response

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

Errors