Commissions/Volume Order: 212-202-0456

Search
Close this search box.

DOBLESKE

Integrations and Automation

Whether you’re short on time, want automation, or already have your own system in place, our integrations and automation system allows for you to easily get cards to those who matter.

Webhooks

Webhooks are a great and secure way to easily connect almost any app to Dobleske.

An initial five minute setup to get things running, and then let the automation run in the background.

				
					url = "https://dobleske.com/link/to/your/webhook"
headers = {
    "Content-Type": "application/json",
    "Accept": "application/json",
    "key": "your-secret-key"
}
data = {
    "client_id": "webhooks@dobleske.com",
    "client_first_name": "Johnny",
    "client_last_name": "Appleseed",
    "client_billing_address_1": "P.O. Box 433",
    "client_billing_address_2": "Office of Card Making",
    "client_billing_address_city": "Darlington",
    "client_billing_address_state": "South Carolina",
    "client_billing_address_zip": "29532",
    "recipient_first_name": "Karen",
    "recipient_last_name": "Johnson",
    "recipient_shipping_address": "101 Dracon Manor Blvd.",
    "recipient_shipping_address_2": "Proprietor's Office",
    "recipient_shipping_city": "Myrtle Beach",
    "recipient_shipping_state": "South Carolina",
    "recipient_shipping_zip": "29555",
    "recipient_shipping_country": "USA",
"recipient_notes": "This is a birthday card.",
}
				
			

A sample webhook written in Python

An onboarding call is required to use our automation and webhooks process. Schedule an appointment here.

Zapier

Zapier webhooks are available.

Additional Zapier services are coming soon.