You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieves and downloads files from Lokalise. The required prop is project_id, which specifies from which project to download files. An optional prop is file_format, which specifies the format of the files to be downloaded.
lokalise
URLs
Polling Sources
new-task-created-instant
Prompt
Emit new event when a new task is created in lokalise. There are no required props.
URLs
project-imported-instant
Prompt
Emit new event when data is imported into a project. The required props would be the project ID, so the system would know where to send the event.
URLs
new-task-closed-instant
Prompt
Emit new event when a task is closed. The task ID is required prop, which tells the system which task the event should be sent.
URLs
Actions
create-project
Prompt
Initializes an empty project in Lokalise. No props are needed for this action.
URLs
upload-file
Prompt
Uploads a specified file to a Lokalise project. The required prop is file_path, which specifies the location of the file to be uploaded.
URLs
download-files
Prompt
Retrieves and downloads files from Lokalise. The required prop is project_id, which specifies from which project to download files. An optional prop is file_format, which specifies the format of the files to be downloaded.
URLs
The text was updated successfully, but these errors were encountered: