This channel creates a three channels: "Voice", "Signal" and "Whatsapp".
To submit a ticket: make a POST to the Submission Endpoint with the header
`Authorization: SUBMISSION_TOKEN`.
The payload for the Voice channel must be a json object with the keys:
-`startTime` - string containing ISO date
-`endTime` - string containing ISO date
-`to` - fully qualified phone number
-`from` - fully qualified phone number
-`duration` - string containing the recording duration
-`callSid` - the unique identifier for the call
-`recording` - string base64 encoded binary of the recording
-`mimeType` - string of the binary mime-type
The payload for the Signal channel must be a json object with the keys:
- TBD
The payload for the Whatsapp channel must be a json object with the keys:
- TBD
## Development
1. Edit the files in `src/`
Migration files should go in `src/db/addon/CHANNEL_NAME` ([see this post](https://community.zammad.org/t/automating-creation-of-custom-object-attributes/3831/2?u=abelxluck))
[](https://gitlab.com/digiresilience/link/zamamd-addon-bridge/blob/master/LICENSE.md)