Composio trigger webhook receiver

​

Body

required
application/json

Signature-verified webhook

Responses

  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/api/composio/triggers
curl https://api.musebook.trade/api/composio/triggers \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "event": {},
  "additionalProperty": "anything"
}'
{
  "ok": true,
  "additionalProperty": "anything"
}