Update Schedule callback API

Hey Guys,

we are currently calling this API (Get /api/v2/conversations/callbacks to create a new schedule callback.

i was looking around and couldn't find anything API that will allow me to update the existing API or be able to delete. Since in the api response it gives us a conversation ID

do you guys have any workarounds for this ? or have a API call i can use

You can use PATCH /api/v2/conversations/callbacks/{conversationId} to disconnect the callback

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.