Skip to content

Instantly share code, notes, and snippets.

View oceanthrsty's full-sized avatar

Matt Winer oceanthrsty

View GitHub Profile

Templified Print Queue API — GFITpro Integration

The Templified Print Queue is a server-side queue of finished print orders. A Templified user adds a GFITpro Auto Print destination to a Send-To preset; whenever they fire that preset, the rendered file is parked in the queue, keyed by the user's main_event_code. The GFITpro desktop app polls for new orders, prints them, and acks each one.

The same GFIT key the user pasted into Templified during the GFcrew connect step authenticates GFITpro here — no additional credential setup.

Base URL

The API is served from the same CloudFront distribution as the Templified web app — there is no separate api.* host.

Templified Print Queue API — GFITpro Integration

The Templified Print Queue is a server-side queue of finished print orders. A Templified user adds a GFITpro Auto Print destination to a Send-To preset; whenever they fire that preset, the rendered file is parked in the queue, keyed by the user's main_event_code. The GFITpro desktop app polls for new orders, prints them, and acks each one.

The same GFIT key the user pasted into Templified during the GFcrew connect step authenticates GFITpro here — no additional credential setup.

Base URL

The API is served from the same CloudFront distribution as the Templified web app — there is no separate api.* host.