Am I able to use memberOverrides with squadId?
# support
v
Is there a way to apply overrides for a outbound call for a squad referenced via ID. Basically use squadId with memberOverrides
v
@Vramir Yes, you can apply overrides for an outbound call for a squad member by referencing the squad ID and using
memberOverrides
. To do this, you would typically pass the
squadId
along with the
memberOverrides
object that contains the specific settings you want to override for the call. For example, if you want to override the server URL and secret for a specific squad member's outbound call, you would include those overrides in the
memberOverrides
parameter when setting up the call. If you need to execute this action now, could you please provide the squad ID and the specific overrides you want to apply? This will help me assist you further.
You can continue this conversation by mentioning me in the message.
v
squadId: 4dfda9bc-921d-443a-a356-4e17456d64b6 I'm trying to set serverUrl to https://example.com (this is a mock url), the url is dynamic so it might change between executions
s
no member overrides are NA using squadID.
4 Views