Files
smoothschedule/activepieces-fork/packages/pieces/community/ghostcms/src/i18n/hi.json
poduck 3aa7199503 Add Activepieces integration for workflow automation
- Add Activepieces fork with SmoothSchedule custom piece
- Create integrations app with Activepieces service layer
- Add embed token endpoint for iframe integration
- Create Automations page with embedded workflow builder
- Add sidebar visibility fix for embed mode
- Add list inactive customers endpoint to Public API
- Include SmoothSchedule triggers: event created/updated/cancelled
- Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 22:59:37 -05:00

63 lines
3.1 KiB
JSON

{
"GhostCMS": "GhostCMS",
"Publishing platform for professional bloggers": "Publishing platform for professional bloggers",
"API URL": "API URL",
"Admin API Key": "Admin API Key",
"The API URL of your application (https://test-publication.ghost.io)": "The API URL of your application (https://test-publication.ghost.io)",
"The admin API key for your application": "The admin API key for your application",
"\nTo generate an API key, follow the steps below in GhostCMS:\n1. Go to Settings -> Advanced -> Integrations.\n2. Scroll down to Custom Integrations and click Add custom integration.\n3. Enter integration name and click create.\n4. Copy the API URL and the Admin API Key into the fields below.\n": "\nTo generate an API key, follow the steps below in GhostCMS:\n1. Go to Settings -> Advanced -> Integrations.\n2. Scroll down to Custom Integrations and click Add custom integration.\n3. Enter integration name and click create.\n4. Copy the API URL and the Admin API Key into the fields below.\n",
"Create Member": "Create Member",
"Update Member": "Update Member",
"Create Post": "Create Post",
"Find Member": "Find Member",
"Find User": "Find User",
"Custom API Call": "Custom API Call",
"Create a new member": "Create a new member",
"Update a member": "Update a member",
"Create a new post": "Create a new post",
"Find a member by email": "Find a member by email",
"Find a staff user by email": "Find a staff user by email",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Email": "Email",
"Full Name": "Full Name",
"Note": "Note",
"Newsletters": "Newsletters",
"Member": "Member",
"Title": "Title",
"Slug": "Slug",
"Status": "Status",
"Published At": "Published At",
"Content (HTML)": "Content (HTML)",
"Custom Excerpt": "Custom Excerpt",
"Author": "Author",
"Featured": "Featured",
"Tags": "Tags",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body": "Body",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"Draft": "Draft",
"Published": "Published",
"Scheduled": "Scheduled",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"Member Added": "Member Added",
"Member Edited": "Member Edited",
"Member Deleted": "Member Deleted",
"Post Published": "Post Published",
"Post Scheduled": "Post Scheduled",
"Page Published": "Page Published",
"Triggers when a new member is added": "Triggers when a new member is added",
"Triggers when a member is edited": "Triggers when a member is edited",
"Triggers when a member is deleted": "Triggers when a member is deleted",
"Triggers when a post is published": "Triggers when a post is published",
"Triggers when a post is scheduled": "Triggers when a post is scheduled",
"Triggers when a page is published": "Triggers when a page is published"
}