WEBHOOKS

Action workflows

Chatbot private actions call your API.

Flow

Intent with handlerType webhook → StartupCore POSTs to configured action URL with signed headers including X-StartupCore-Action-Id and Idempotency-Key.

Your handler

Verify signature, return JSON { reply, data } within timeout.