Webhooks & payment triggers
Wire Convo360 into the rest of your stack: push events out, pull events in to continue a conversation, and fire flows when a payment lands.
Outbound webhooks
Under Webhooks, subscribe a URL to events (new message, call ended, lead updated…). Convo360 POSTs a signed payload to your endpoint so your systems stay in sync. The delivery log shows every attempt, payload and response.
Inbound webhooks — run a flow
Create an Inbound Webhook to get a unique URL. When a third party (a payment page, a form, a shipping tool) POSTs to it, Convo360 matches the customer and runs a flow to them — mapping payload fields into flow variables.
Payment triggers (Razorpay)
With Payment Triggers you connect your own Razorpay: when you receive a payment, Convo360 automatically sends the payer a WhatsApp flow — a receipt, thank-you or upsell.
- Create a trigger and copy its webhook URL.
- In Razorpay → Settings → Webhooks, add the URL, subscribe to
payment.captured, and set a signing secret. - Paste that secret into the trigger, pick the flow, and save.
{{payment_amount}}, {{payment_email}}, {{payment_contact}} and more.