Legacy Dev Forum Posts

 View Only

Sign Up

Silent Callback Scheduling

  • 1.  Silent Callback Scheduling

    Posted 06-05-2025 18:02

    Mauro_Santos | 2018-09-06 15:48:16 UTC | #1

    Hello, Sometimes, when I scheduled a callback it wont appear in the Scheduled Callbacks page. Since I'm using the Javascript SDK, and the service [ postConversationParticipantCallbacks ] doesnt get any response, I have no way to validate the operation's success. Anytime I run a "Promise" and get into "then", I assume that the operation ends successfully. Can I assume that? How can I validate the server's operation since I have no body response?

    Thank you in advance.


    tim.smith | 2018-09-06 16:02:32 UTC | #2

    That API is documented as returning a 201 response on success with no body. As long as you don't receive an error, the callback should have been created successfully. Aside from getting a successful response, you can validate that the callback exists by retrieving the full conversation object and looking for the callback that wasn't there before.


    Mauro_Santos | 2018-09-11 09:52:07 UTC | #3

    Hello again Tim,

    Thank you for the sugestion. Funny thing, since I started to ask for the full conversation in the "then", coincidentally all the callbacks started to be scheduled correctly.


    system | 2018-10-12 09:57:57 UTC | #4

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


    This post was migrated from the old Developer Forum.

    ref: 3500