routing.yml 379 Bytes
nexmo_inbound_webhooks:
  type: annotation
  resource: NexmoBundle\Controller\InboundCallWebHookController
  prefix: "web-hooks/inbound-calls"
  name_prefix: nexmo.webhooks.inbound_call_

nexmo_outbound_webhooks:
  type: annotation
  resource: NexmoBundle\Controller\OutboundCallWebHookController
  prefix: "web-hooks/outbound-calls"
  name_prefix: nexmo.webhooks.outbound_call_