I am trying to switch over to use the new v2/schedule/automations endpoint to schedule bots since we’ve learned v1 is deprecated now…
Is the part in the sample request body referencing a callback service actually required now?? I’m hoping not, because we’ve never set that up. But if it is required, that would explain why I can’t get anything to go through… been tinkering with the request body and keep getting a 400 error with message that just says “Invalid request parameters”
has anyone else managed to get this working without a callback and maybe have some advice on translating the old version’s request body to the new one? (in terms of a field/fields you may have found that didn’t map to the new request body format as expected)