<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Error creating Org-level Webhook for 'telephony_calls' resource in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/error-creating-org-level-webhook-for-telephony-calls-resource/m-p/5351938#M4635</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am currently trying to set up a webhook to monitor call events using the telephony_calls resource. Since these are telephony events, I assumed I could configure this at the Organization level to capture events for the organization, so I specified "ownedBy": "org".&lt;/P&gt;&lt;P&gt;However, when I ran the following request, I received a 400 Bad Request error.&lt;/P&gt;&lt;P&gt;What I tried:&lt;/P&gt;&lt;PRE&gt;curl -L --request POST \
--url https://webexapis.com/v1/webhooks \
--header 'Authorization: Bearer [MY_ADMIN_TOKEN]' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--data '{
"name": "test",
"targetUrl": "https://test.test",
"resource": "telephony_calls",
"event": "created",
"filter": "state=alerting",
"ownedBy": "org"
}'&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Error:&lt;/P&gt;&lt;PRE&gt;{
  "message": "POST failed: HTTP/1.1 400 Bad Request ... error = 'Org webhooks are not allowed for the given resource type')",
  "errors": [&lt;BR /&gt;    {
      "description": "POST failed: HTTP/1.1 400 Bad Request ... error = 'Org webhooks are not allowed for the given resource type')"
    }
  ]
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Questions:&lt;/P&gt;&lt;P&gt;1. Based on this error, is it correct to interpret that the telephony_calls resource strictly does not support "ownedBy": "org"?&lt;/P&gt;&lt;P&gt;2. If the above is true, does this mean that if I want to trigger webhooks for all agents (e.g., a team of users receiving calls), I must register a separate webhook for each individual user?&lt;/P&gt;&lt;P&gt;I would appreciate any clarification or best practices regarding this limitation.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Dec 2025 09:49:05 GMT</pubDate>
    <dc:creator>krkrks</dc:creator>
    <dc:date>2025-12-03T09:49:05Z</dc:date>
    <item>
      <title>Error creating Org-level Webhook for 'telephony_calls' resource</title>
      <link>https://community.cisco.com/t5/webex-for-developers/error-creating-org-level-webhook-for-telephony-calls-resource/m-p/5351938#M4635</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am currently trying to set up a webhook to monitor call events using the telephony_calls resource. Since these are telephony events, I assumed I could configure this at the Organization level to capture events for the organization, so I specified "ownedBy": "org".&lt;/P&gt;&lt;P&gt;However, when I ran the following request, I received a 400 Bad Request error.&lt;/P&gt;&lt;P&gt;What I tried:&lt;/P&gt;&lt;PRE&gt;curl -L --request POST \
--url https://webexapis.com/v1/webhooks \
--header 'Authorization: Bearer [MY_ADMIN_TOKEN]' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--data '{
"name": "test",
"targetUrl": "https://test.test",
"resource": "telephony_calls",
"event": "created",
"filter": "state=alerting",
"ownedBy": "org"
}'&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Error:&lt;/P&gt;&lt;PRE&gt;{
  "message": "POST failed: HTTP/1.1 400 Bad Request ... error = 'Org webhooks are not allowed for the given resource type')",
  "errors": [&lt;BR /&gt;    {
      "description": "POST failed: HTTP/1.1 400 Bad Request ... error = 'Org webhooks are not allowed for the given resource type')"
    }
  ]
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Questions:&lt;/P&gt;&lt;P&gt;1. Based on this error, is it correct to interpret that the telephony_calls resource strictly does not support "ownedBy": "org"?&lt;/P&gt;&lt;P&gt;2. If the above is true, does this mean that if I want to trigger webhooks for all agents (e.g., a team of users receiving calls), I must register a separate webhook for each individual user?&lt;/P&gt;&lt;P&gt;I would appreciate any clarification or best practices regarding this limitation.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 09:49:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/error-creating-org-level-webhook-for-telephony-calls-resource/m-p/5351938#M4635</guid>
      <dc:creator>krkrks</dc:creator>
      <dc:date>2025-12-03T09:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating Org-level Webhook for 'telephony_calls' resource</title>
      <link>https://community.cisco.com/t5/webex-for-developers/error-creating-org-level-webhook-for-telephony-calls-resource/m-p/5352019#M4636</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1945742"&gt;@krkrks&lt;/a&gt;&amp;nbsp;you are correct, telephony_calls webhooks are not yet supported on an org level. There is a Feature Request for the same here&amp;nbsp;&lt;A href="https://ciscocollabcustomer.ideas.aha.io/ideas/WXCUST-I-8154" target="_blank"&gt;https://ciscocollabcustomer.ideas.aha.io/ideas/WXCUST-I-8154&lt;/A&gt;&amp;nbsp;, where Product Management confirmed that it's coming next year. Please check.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 13:21:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/error-creating-org-level-webhook-for-telephony-calls-resource/m-p/5352019#M4636</guid>
      <dc:creator>Janos Benyovszki</dc:creator>
      <dc:date>2025-12-03T13:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating Org-level Webhook for 'telephony_calls' resource</title>
      <link>https://community.cisco.com/t5/webex-for-developers/error-creating-org-level-webhook-for-telephony-calls-resource/m-p/5352022#M4637</link>
      <description>&lt;P&gt;Thank you for the confirmation and the link.&lt;BR /&gt;I understand that org-level webhooks are not currently supported but are planned for next year.&lt;/P&gt;&lt;P&gt;It is very helpful to know the roadmap.&lt;BR /&gt;I will vote for the Feature Request and keep an eye on it.&lt;/P&gt;&lt;P&gt;Thanks again for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 13:26:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/error-creating-org-level-webhook-for-telephony-calls-resource/m-p/5352022#M4637</guid>
      <dc:creator>krkrks</dc:creator>
      <dc:date>2025-12-03T13:26:49Z</dc:date>
    </item>
  </channel>
</rss>

