Zapier
Hilt for Zapier lets a merchant connect Hilt checkout events to the rest of their operating stack without building a custom backend.
Use it for:
- payment confirmation follow-up
- membership activation and expiry workflows
- failed delivery alerts
- support ticket routing
- member lookup during support or renewal work
Zapier does not change the Hilt custody model. Buyers still pay through hosted Hilt checkout, and Hilt still keeps the payment, receipt, membership, renewal, and support trail.
Hilt’s public Zapier V1 is event, reporting, and lookup focused. Signed checkout-link creation is private and deferred unless Zapier explicitly approves that surface for public use.
What Zapier can trigger from
Hilt exposes real-time Zapier REST Hook triggers for:
| Area | Events |
|---|
| Payments and receipts | payment.confirmed, payment.failed, receipt.created |
| Memberships | membership.activated, membership.renewed, membership.entered_grace, membership.expired, membership.reapproval_required |
| Operations | delivery.failed, support.ticket.created |
The integration also includes a polling renewal-attention trigger for memberships that are nearing expiry.
What Zapier can do
The Hilt Zapier integration supports:
| Type | Use |
|---|
| Trigger | Start a Zap from a Hilt payment, receipt, membership, delivery, or support event |
| Search | Find a Hilt membership by buyer identity, wallet, or transaction context |
| Search | List recent Hilt events for support, setup, or backfill workflows |
Required Hilt API key scopes
Create a Hilt API key with:
That is all Zapier needs. Do not give Zapier admin or billing scopes.
read lets Zapier test the connection, load product dropdowns, look up memberships, and fetch recent event samples.
execute lets Zapier subscribe and unsubscribe REST Hooks.
Connect Hilt in Zapier
- In Hilt, open Advanced → API keys.
- Create a key with
read and execute scopes.
- In Zapier, choose Hilt as the app.
- Paste the API key into the Hilt connection screen.
- Let Zapier test the connection.
Zapier should show the connection as a Hilt merchant account. Do not paste the API key into a trigger, action, or custom field.
Create a payment-confirmed Zap
- Create a new Zap.
- Choose Hilt as the trigger app.
- Choose New Confirmed Payment.
- Connect your Hilt account.
- Test the trigger.
- Choose the app that should receive the event, such as email, CRM, spreadsheet, Slack, Discord, or a support tool.
- Map the Hilt fields you need.
- Turn the Zap on.
When the Zap turns on, Zapier subscribes a Hilt webhook endpoint automatically. When the Zap turns off, Zapier unsubscribes it.
Useful first Zaps
Start with workflows merchants usually need after payment:
- send a buyer email after
payment.confirmed
- tag a CRM record after
membership.activated
- alert a team after
delivery.failed
- open an internal task after
support.ticket.created
- send renewal messaging from the renewal-attention trigger
Field mapping
Hilt events expose flat fields in Zapier so merchants do not need to dig through nested JSON.
Common fields include:
event_id
event_type
created_at
product_id
product_title
payment_id
payment_status
payment_amount_minor_units
payment_asset_symbol
membership_id
membership_status
receipt_id
support_ticket_id
Advanced users can use raw_payload when they need the full Hilt event body.
Test before relying on it
Before using a Zap for live operations:
- Turn the Zap on.
- Run a Hilt sandbox event or a low-value live payment.
- Confirm Zapier receives the event in task history.
- Confirm the downstream app receives the correct mapped fields.
- Turn the Zap off and on once if you need to verify subscribe and unsubscribe behavior.
Troubleshooting
If Zapier says the API key is invalid, create a new Hilt key with read and execute scopes.
If no product choices appear, confirm the workspace has published Hilt checkouts and the key has read scope.
If a trigger test has no samples, run a Hilt sandbox session or a low-value live payment, then test again.
If an event arrives twice, use the Hilt event_id as the deduplication key in the downstream system.
If Zapier reports rate limiting, wait for Zapier to retry. Hilt returns retry headers on 429.
Common questions
What can Hilt trigger in Zapier?
Hilt can trigger Zaps from payment, receipt, membership, failed delivery, and support events. The common first trigger is a confirmed payment.
Can Zapier create Hilt checkout links?
Not in the public Zapier V1 surface. Checkout-link creation is private and deferred because public Zapier integrations need clear approval around payment-initiation workflows.
Does Zapier change how buyers pay?
No. Buyers still pay through hosted Hilt checkout. Zapier connects the event trail to other tools after Hilt records the payment or access event.
Pricing
There is no separate Hilt fee for connecting Zapier.
Standard Hilt plan pricing applies to Hilt checkout activity. Zapier billing is handled by Zapier.
See current Hilt pricing at hilt.so/pricing.