PostUp

The PostUp connector provides automated access to the PostUp API

Prerequisites

The PostUp connector requires you create a PostUp key in the Key Editor with a valid username (i.e. and email address) and password.

Scheduling

The PostUp connector can be scheduled to ingest data once per day at a user-defined hour and timezone.

By default, the connector will run once at 6am PT.

See Daily Scheduling for more information.

Note that because start date and end date can not be the same as parameters to the API, Switchboard takes the given startDate as the date of the report, minus one day, and the endDate as the date of the report.

Backfills are supported.

Sample Switchboard Script

download t from {
    key: "postup";
    type: "postup";
} using {*};