Pancake WhatsApp Integration
Konektor now supports Pancake WhatsApp webhooks so your rules can react instantly whenever new conversations arrive.
Setup Steps
- Visit the Pancake webhook activation guide and enable webhooks in your Pancake account:
https://docs.pancake.biz/pancake/st-f12/st-p2?lang=en - Copy the Webhook URL from the Partner Integrations modal in Konektor and send it to Pancake support along with your Pancake
page_idor page URL (a Pancake Webhooks subscription with 2 slots is required for messaging events). - Paste the URL into Pancake's Page Tools > Webhooks and request verification. The integration stays pending until Pancake sends the
{ "verify_partner": true }handshake. - Once the handshake is received, the integration is automatically marked active and rules start processing messages.
Payload Overview
Pancake delivers event_type: "messaging" payloads under data.message. Konektor extracts:
from: sanitized phone number (digits only)message:original_messageor fallbackmessagepage_id: used aschannelIdtagsand attachments for rule conditions
Rules evaluate the normalized message the same way as other partners - even when the integration is still pending.
Best Practices
- Use conditions like
partner_source == pancake,contains, orlead_statusso actions run only for Pancake events. - Provide
page_customer_idwhen available to help lead matching.
Common problems
- Integration stays pending: The integration stays pending until Pancake sends the
{ "verify_partner": true }handshake. Contact Pancake support to confirm the handshake was sent. - Event received but no lead appears: Check whether
message.from.idorconversation.from.idcarries a phone number. Konektor matches the lead on that number.page_customer_idis optional and only raises match precision. - Rule does not fire: Check whether the rule trigger has a
partner_sourcecondition set topancake. A rule without this condition is not scoped to Pancake conversations only.
Next steps
Need More Help?
Our team is ready to help you maximize ad tracking and business attribution.
Try or continue
© 2026 Konektor. All rights reserved.
