Skip to main content

April 22, 2026

· 2 min read

GET /webhook_destinations

  • added the new crm_email.sent enum value to the results/items/feed_item_types/items/ response property for the response status 200 (media type: application/json)
  • added the new crm_email.sent enum value to the results/items/feed_item_types/items/ response property for the response status 200 (media type: application/xml)
  • added the new crm_interaction.created enum value to the results/items/feed_item_types/items/ response property for the response status 200 (media type: application/json)
  • added the new crm_interaction.created enum value to the results/items/feed_item_types/items/ response property for the response status 200 (media type: application/xml)
View updated docs

POST /webhook_destinations

  • added the new crm_email.sent enum value to the feed_item_types/items/ response property for the response status 201 (media type: application/xml)
  • added the new crm_email.sent enum value to the feed_item_types/items/ response property for the response status 201 (media type: application/json)
  • added the new crm_interaction.created enum value to the feed_item_types/items/ response property for the response status 201 (media type: application/xml)
  • added the new crm_interaction.created enum value to the feed_item_types/items/ response property for the response status 201 (media type: application/json)
  • added the new crm_email.sent enum value to the request property feed_item_types/items/ (media type: application/json)
  • added the new crm_email.sent enum value to the request property feed_item_types/items/ (media type: application/x-www-form-urlencoded)
  • added the new crm_email.sent enum value to the request property feed_item_types/items/ (media type: multipart/form-data)
  • added the new crm_interaction.created enum value to the request property feed_item_types/items/ (media type: application/x-www-form-urlencoded)
  • added the new crm_interaction.created enum value to the request property feed_item_types/items/ (media type: multipart/form-data)
  • added the new crm_interaction.created enum value to the request property feed_item_types/items/ (media type: application/json)
View updated docs