Twilio.Memory.V1.Store.Profile.EventService (twilio_elixir v0.1.3)

Copy Markdown View Source

Service for Event API operations.

Operations: create

Summary

Functions

Multiple events can be added to a profile in a single request. The maximum number of events per request is 1000 and they will be processed asynchronously.

Functions

create(client, store_id, profile_id, params \\ %{}, opts \\ [])

@spec create(Twilio.Client.t(), String.t(), String.t(), map(), keyword()) ::
  {:ok, map()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}

Multiple events can be added to a profile in a single request. The maximum number of events per request is 1000 and they will be processed asynchronously.

Any traits that are configured for identifier promotion will be set as an identifier value on the profile.

Types of events:

  • twilio-communication-event - Twilio communication event, used for tracking multi-channel communications.

Operation: CreateProfileEvents | Tags: Event