I’m writing a set of workflows and forms to handle our SMS messaging. We use an external SMS provider with a REST API. When I send a message I’m able to provide a callback, which would allow me to receive the status of the message I sent. Which allows me to know if the message was delivered or not.
Is there a way to configure K2 to receive inbound REST calls?