Tool to create a new entry in a Contentful space environment. Use when you need to add new content entries. Requires specifying the content type ID via X-Contentful-Content-Type header, and providing fields organized by locale.
fieldsRequiredobjectEntry fields organized by locale. Structure: {fieldName: {locale: value}}. Example: {'title': {'en-US': 'Hello World'}}
metadataobjectEntry metadata including tags. Example: {'tags': [{'sys': {'id': 'nyCampaign', 'linkType': 'Tag', 'type': 'Link'}}]}
space_idRequiredstringID of the space where the entry will be created
environment_idRequiredstringID of the environment where the entry will be created (typically 'master')
X-Contentful-Content-TypeRequiredstringContent type ID that defines the structure of the entry being created. Must be a valid content type ID from your space.
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.