Tool to create an action for a Contentful app definition. Use when you need to define actions that your app can perform, such as endpoint invocations or function calls.
urlstringHTTPS URL for the endpoint (required when type is endpoint). Must be a valid HTTPS URL.
nameRequiredstringName of the action to create
typeRequiredstringType of action - must be one of: endpoint (for HTTP endpoints), function (for Contentful functions), or function-invocation (for function invocations)
categoryRequiredstringCategory ID from available categories (e.g., Entries.v1.0, Notification.v1.0). Use get_organizations_app_actions_categories action to retrieve valid category IDs.
organization_idRequiredstringID of the organization containing the app definition
app_definition_idRequiredstringID of the app definition to create an action for
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.