> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://printess.crisp.help/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Siteflow Callbacks

# Siteflow Callbacks

To get started you need to create a template within siteflow to define the callback payloads.

![Template](https://storage.crisp.chat/users/helpdesk/website/2b86004cfe2d6200/image-3_1h1g334.png)
Enter this value as seen in the screen shot `{{prettyJson this}}`

Then create triggers for the events you want to send.
Printess supports the following events: cancelled, errored, received, printready, updated, shipped

![Triggers](https://storage.crisp.chat/users/helpdesk/website/2b86004cfe2d6200/image-1_1ev3j0t.png)

The most important one is shipped. The whole dropship integration works fine if you only setup the shipped trigger.

Please enter the values according to the following screen shot.
For the shipped event the callback url would be `https://api.printess.com/callback/siteflow/shipment/shipped`
In case you want to add the others, simply replace the `shipped` in the url wit the other event names (`cancelled`, `errored`, `received`, `printready`, `updated`)

![Trigger](https://storage.crisp.chat/users/helpdesk/website/2b86004cfe2d6200/image-2_k2tn9g.png)

You are setup for receiving callbacks from siteflow now.
