Google Cloud SendRichCard

Google Cloud SendRichCard

Certified

Send a standalone Rich Card to a recipient's phone number

Sends a rich media card with title, description, image, and action/reply buttons.

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

Send a Rich Card with action buttons

yaml
id: rcs_send_rich_card
namespace: company.team

tasks:
  - id: send_card
    type: io.kestra.plugin.gcp.rcs.SendRichCard
    serviceAccount: "{{ secret('GCP_SERVICE_ACCOUNT') }}"
    agentId: "{{ secret('RBM_AGENT_ID') }}"
    msisdn: "+33612345678"
    title: "Your delivery is ready"
    description: "Tap below to track your package or contact support."
    imageUrl: "https://example.com/delivery-banner.jpg"
    suggestions:
      - type: URL
        text: "Track package"
        url: "https://tracking.example.com/order/12345"
      - type: REPLY
        text: "Contact support"
        postbackData: "contact_support"
Properties

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

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

The card description

The card image URL

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 list of suggested action/reply buttons (max 4)

Definitions
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)

The card title

The unique message ID assigned by the RBM platform

Formatdate-time

The timestamp when the message was sent