OmniStream CRM API
stringstring · requiredstringstringstringstringstringstring
string · required
Inbound webhook receivers (webhook-ingestor service)
Receive Meta webhook (WhatsApp + Instagram)
POST
https://api-chat.bara.my.id
/webhook
Receive inbound email webhook
POST
https://api-chat.bara.my.id
/webhook/email
Compatible with SendGrid Inbound Parse (JSON mode). Signature verification is optional (skipped if EMAIL_WEBHOOK_SECRET is not set).
Headers
X-Email-Webhook-SignatureHMAC-SHA256 signature (optional)
Receive inbound email webhook › Request Body
fromSender email (supports 'Name
tosubjecttextPlain text body
htmlHTML body
message_idsender_nameobject[]
Receive inbound email webhook › Responses
Email webhook accepted
No data returned
Receive Messenger inbound webhook events
POST
https://api-chat.bara.my.id
/webhook/messenger
Receive Instagram inbound webhook events
POST
https://api-chat.bara.my.id
/webhook/instagram
Validates HMAC-SHA256 signature (X-Hub-Signature-256) using the Instagram app secret, resolves integration account by ig user_id, and produces event to Kafka.
Headers
X-Hub-Signature-256sha256=
Receive Instagram inbound webhook events › Responses
Webhook accepted
No data returned