gitlabEdit

๐Ÿ“ฌMySendingBox

Provider Code: mysendingbox Service: Postal Webhooks: โœ… Supported

Overview

Print and mail automation for sending physical letters and documents.

Services Supported

  • โœ… Postal

Configuration

Config Class: MySendingBoxConfig

To use MySendingBox, configure it in Templater UI:

  1. Navigate to Company/User settings

  2. Select "Postal" service

  3. Add "MySendingBox" provider

  4. Enter required credentials

circle-info

V1 Note: Configuration UI documentation is deferred to V2. For now, configure providers via Templater UI, then use them via API.

Webhook Events

MySendingBox supports webhooks for event notifications.

Webhook Handler: MySendingBoxWebhookHandler

Webhook URL:

๐Ÿ‘‰ Learn more about Postal webhooks

Usage Example

curl

Node.js

Common Errors

Provider Not Configured (400)

Solution: Configure MySendingBox in Templater UI.

Invalid Credentials (401)

Solution: Update MySendingBox credentials in configuration.

Next Steps

Last updated