Webhook

curl -X POST -H "Content-Type: application/json" \
    -d '{"text": "Be mindful of the force"}' \
    https://hooks.ringcentral.com/webhook/v2/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJvdCI6InUiLCJvaSI6IjE0MjQ0NzU5NDcwMTEiLCJpZCI6IjE1MjI2MDYxMDcifQ.zQNxUcbJFfRO8qMls3GZVBc4FGFG9Ll45-w8UV2rKiA

    curl -X POST -H "Content-Type: application/json" \
    -d '{"text": "Be mindful of the force"}' \
    https://hooks.ringcentral.com/webhook/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJvdCI6InUiLCJvaSI6IjE0MjQ0NzU5NDcwMTEiLCJpZCI6IjE1MjI2MDYxMDcifQ.zQNxUcbJFfRO8qMls3GZVBc4FGFG9Ll45-w8UV2rKiA

https://developers.ringcentral.com/guide/team-messaging/incoming-webhooks/legacy-format#version%201

Last updated

Was this helpful?