# `Twilio.Conversations.V2.Conversation.ActionService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/conversations/v2/conversation/action_service.ex#L2)

Service for Action API operations.

Operations: `create`

# `create`

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

Creates an Action within a Conversation. Currently supports SEND_MESSAGE,
which sends a message to recipients via the configured channel.

Returns 202 Accepted with the Action in PENDING status. Poll
`GET /v2/Conversations/{ConversationId}/Actions/{ActionId}` to check completion.

Operation: `CreateConversationAction` | Tags: ConversationsV2Action

---

*Consult [api-reference.md](api-reference.md) for complete listing*
