Creating Message Responder with InputMode "multipleResponses" via API
Could you provide example REST calls for creating a Message Responder with InputMode "multipleResponses" via API? How do we populate the multiple responses? I don't see a separate call like you have for the sequenceResponses.
Usually I watch the traffic from the CTP to pick up on API calls, however I don't see that multipleResponses is support there.
Thanks JT
Comments
-
Hi,
From looking at the API it seems that the responder can be put into to the multiple responses mode however the API lacks the resources/fields to configure the multiple responses. Sequence responses are supported and use a separate API resource "sequenceResponses" to configure them but there doesn't exist an option for multiple responses.
A workaround might be to use the Files Response mode and configure the desired correlations, etc. on the responder, then create the file pairs from traffic.
1 -
Thanks. That's what I was seeing too. I have implemented the sequence responder via the API and it works great. Very useful. JT
0