
Google Cloud SendRichCard
CertifiedSend a standalone Rich Card to a recipient's phone number
Google Cloud SendRichCard
Send a standalone Rich Card to a recipient's phone number
Sends a rich media card with title, description, image, and action/reply buttons.
type: io.kestra.plugin.gcp.rcs.SendRichCardExamples
Send a Rich Card with action buttons
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
agentId *Requiredstring
The unique agent ID of the Brand Agent configured on the RBM platform
msisdn *Requiredstring
The recipient's phone number (MSISDN) in E.164 format (e.g. +33612345678)
description string
The card description
imageUrl string
The card image URL
impersonatedServiceAccount string
The GCP service account to impersonate
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
projectId string
The GCP project ID
scopes array
["https://www.googleapis.com/auth/rcsbusinessmessaging"]The GCP scopes to be used
serviceAccount string
The GCP service account
suggestions Non-dynamicarray
The list of suggested action/reply buttons (max 4)
io.kestra.plugin.gcp.rcs.Suggestion
The label text displayed on the suggestion button
The latitude for the location coordinates (required if type is MAP)
The label description for the location (optional if type is MAP)
The longitude for the location coordinates (required if type is MAP)
The phone number to dial in E.164 format (required if type is DIAL)
The postback data payload returned to the agent when clicked
The destination URL (required if type is URL)
title string
The card title
Outputs
messageId string
The unique message ID assigned by the RBM platform
sendTime string
date-timeThe timestamp when the message was sent