Availability
The Pagico URL Scheme and actions are only available to Pagico 8.14 or later on Mac.
Currently, the URL scheme can perform the following actions:
- Create a new task with specified parameters
- Create a new note with specified parameters
- Create a new project or contact with specified title or name
- Open the preview panel of a specific data object
- Go to a specific container (project or contact)
Overview
In general, all URL actions are constructed with a command and parameters:
pagico://commandName?parameter1=value1¶meter2=value2...
All values should be encoded as URI components.
By executing the scheme, Pagico will be launched automatically and the command will be executed even if the database requires password to unlock. Here's an example of creating a new task with a few options:
pagico://addTask?title=Car%20maintenance¬es=60K%20service&due=tomorrow%203pm
This command creates a new task called "Car maintenance" with a note of "60K service" and a due date of the next day at 3pm.
Commands & Parameters
addTask
Add a new task. Accepted parameters are listed below (all fields, except for the title field, are optional):
title
String. The title of the new task (or list item).
notes
String. The text to use for the notes field.
start
String. A date/time string for the Start field of the new task.
due
String. A date/time string for the Due field of the new task.
color
Integer. The ID of the desired color choice. You can go to the Database-Specific Settings section to see all the available colors. Color IDs are 0-based. So 0 is no color; 1 is Grey, etc.
containerId
String. The ID of the desired container (project or contact). If omitted, the new task will be saved to your Inbox.
addNote
Add a new note. Accepted parameters are listed below (all fields, except for the title field, are optional):
title
String. The title of the new note.
body
String. The text to use for the notes field.
datetime
String. A date/time string for the Timestamp field of the new note.
location
String. A string representing a location or an address.
color
Integer. The ID of the desired color choice. You can go to the Database-Specific Settings section to see all the available colors. Color IDs are 0-based. So 0 is no color; 1 is Grey, etc.
containerId
String. The ID of the desired container (project or contact). If omitted, the new task will be saved to your Inbox.
addProject
New in Pagico 9.3. Add a new project. Accepted parameters are listed below (all fields, except for the title field, are optional):
title
String. The title of the new note.
tags
String. The tags, separated by comma (,).
notes
String. The notes for the new project.
category
String. The exact name of the desired category.
addContact
New in Pagico 9.3. Add a new contact. Accepted parameters are listed below (all fields, except for the title field, are optional):
name
String. The title of the new note.
tags
String. The tags, separated by comma (,).
String. The email address for the new project.
category
String. The exact name of the desired category.