Service for Message API operations.
Operations: create
Summary
Functions
Create a new Stream Message.
Functions
@spec create(Twilio.Client.t(), String.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Resources.Sync.V1.Service.Stream.Message.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Create a new Stream Message.
Operation: CreateStreamMessage | Tags: SyncV1StreamMessage
Required Parameters
| Parameter | Type | Description |
|---|
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| Data | string | A JSON string that represents an arbitrary, schema-less object that makes up the Stream Message body. Can be up to 4 KiB in length. |