Description
Your app sends an interaction to the agent. Jelou validates the HMAC signature, responds immediately with202 and an executionId, and processes the flow asynchronously. Agent replies arrive later on your webhookUrl.
Endpoint
Path parameters
string
required
Agent identifier with custom channel enabled.
Body parameters
string
required
Stable user identifier in your system. Used as
userId in outbound deliveries and to check session status.object
required
Message payload forwarded to the agent flow. A typical text example is
{ "type": "TEXT", "text": "Hello" }.Authentication / signature
Include the required header:credentials.auth is not required on this endpoint; it only applies to Jelou’s outbound calls to your webhook.
Request example
cURL