messagebird / csharp-rest-api

This repository contains the open source C# client for MessageBird's REST API.
ISC License
54 stars 60 forks source link

How to create steps for call flows? #90

Open SebastianStehle opened 3 years ago

SebastianStehle commented 3 years ago

Hi,

I had a look to the API for call flows, but I have no idea how to create a say-step:

https://developers.messagebird.com/api/voice-calling#call-flows

How can I pass additional properties to the step? I think Step and Options should derive from JObject to make this possible.