Google Cloud SendCarousel

Google Cloud SendCarousel

Certified

Send a carousel of Rich Cards to a recipient's phone number

Sends a horizontal scrolling list of 2 to 10 rich media cards.

yaml
type: io.kestra.plugin.gcp.rcs.SendCarousel

Send a carousel of rich cards

yaml
id: rcs_send_carousel
namespace: company.team

tasks:
  - id: send_carousel
    type: io.kestra.plugin.gcp.rcs.SendCarousel
    serviceAccount: "{{ secret('GCP_SERVICE_ACCOUNT') }}"
    agentId: "{{ secret('RBM_AGENT_ID') }}"
    msisdn: "+33612345678"
    cards:
      - title: "Item 1"
        description: "First option description"
        imageUrl: "https://example.com/item1.jpg"
        suggestions:
          - type: REPLY
            text: "Select Item 1"
            postbackData: "select_1"
      - title: "Item 2"
        description: "Second option description"
        imageUrl: "https://example.com/item2.jpg"
        suggestions:
          - type: REPLY
            text: "Select Item 2"
            postbackData: "select_2"
Properties

The unique agent ID of the Brand Agent configured on the RBM platform

The list of rich cards in the carousel (between 2 and 10 cards)

Definitions
descriptionstring

The card description

imageUrlstring

The card media/image URL

suggestionsarray

The list of suggested actions/replies (max 4 per card)

text*Requiredstring

The label text displayed on the suggestion button

type*Requiredobject
latitudenumberstring

The latitude for the location coordinates (required if type is MAP)

locationLabelstring

The label description for the location (optional if type is MAP)

longitudenumberstring

The longitude for the location coordinates (required if type is MAP)

phoneNumberstring

The phone number to dial in E.164 format (required if type is DIAL)

postbackDatastring

The postback data payload returned to the agent when clicked

urlstring

The destination URL (required if type is URL)

titlestring

The card title

The recipient's phone number (MSISDN) in E.164 format (e.g. +33612345678)

The GCP service account to impersonate

Reference (ref) of the pluginDefaults to apply to this task.

The GCP project ID

SubTypestring
Default["https://www.googleapis.com/auth/rcsbusinessmessaging"]

The GCP scopes to be used

The GCP service account

The unique message ID assigned by the RBM platform

Formatdate-time

The timestamp when the message was sent