Skip to content

PomoDoneApp

With the PomoDoneApp modules, you can:

  • Watch the completed tasks, and task timers

  • Create a task

  • Call APIs

To get started with the PomoDoneApp, create an account at pomodoneapp.com.

Note

The module dialog fields that are displayed in bold (in theIbexa Connect scenario, and not in this documentation article) are mandatory!

Connect PomoDoneApp with Ibexa Connect

To connect the PomoDoneApp app with the Ibexa Connect:

  1. Log in to your PomoDoneApp account.

  2. Click My Settings > Your API key and copy the API key to a safe place.

  3. Log in to your Ibexa Connect and add a module from the PomoDoneApp into a Ibexa Connect scenario.

  4. Click Add next to the Connection field.

    PomoDoneApp_1.gif

  5. In the Connection name field, enter a name for the connection.

  6. In the API Key field, enter the details copied in step 2, and click Save.

You have successfully connected the PomoDoneApp app with Ibexa Connect and can now build scenarios.

Tasks

You can create the tasks, watch the completed tasks, and timers for the tasks using the following modules.

Note

Ibexa Connect automatically creates a webhook in PomoDone once you add an instant trigger to your Ibexa Connect.

Watch Task Done

Triggers when a task has been marked as done.

Webhook name Enter (map) a name for the webhook.

Watch Timer Start

Triggers when a app timer has been started.

Webhook name Enter (map) a name for the webhook.

Watch Timer Stop

Triggers when a app timer has been stopped.

Webhook name Enter (map) a name for the webhook.

Create a Task

Creates a task.

Title Enter (map) a name for the task.
Description Enter (map) a task details.
Project Select or map a project for which you want to create a task.
Due Date Enter (map) a date by when you want the task to completed. See the list of supported date and time formats.

Other

You can call APIs using the following module.

Make an API Call

Performs an arbitrary authorized API call.

URL

Enter a path relative to https://api.pomodoneapp.com. For example: /import/projects/.

For the list of available endpoints, refer to the PomoDoneApp API Documentation.

Method

GET

to retrieve information for an entry.

POST

to create a new entry.

PUT

to update/replace an existing entry.

PATCH

to make a partial entry update.

DELETE

to delete an entry.

Headers

Enter the desired request headers. You don't have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

Example of use - Get Projects

The following API call lists the projects from your PomoDoneApp account:

URL:

/import/projects/

Method:

GET

PomoDoneApp_5.png

Matches of the search can be found in the module's Output under Bundles > Body.

In our example, 7 projects were returned:

PomoDoneApp_4.png