Tool to process Payhip's 'subscription.deleted' webhook event. Use when handling a subscription cancellation event from Payhip.
typeRequiredstringEvent type identifier
statusRequiredstringCurrent subscription status; always 'canceled' for this event
plan_nameRequiredstringName of the subscription plan
signatureRequiredstringHMAC SHA-256 signature of the payload using your API key
customer_idRequiredstringUnique identifier for the customer
gdpr_consentRequiredstringWhether the customer gave GDPR consent ('Yes' or 'No')
product_linkRequiredstringPayhip product link identifier
product_nameRequiredstringName of the product
customer_emailRequiredstringCustomer's email address
subscription_idRequiredstringUnique identifier for the subscription
customer_last_nameRequiredstringCustomer's last name
customer_first_nameRequiredstringCustomer's first name
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.