
Google Cloud SendCarousel
CertifiedSend a carousel of Rich Cards to a recipient's phone number
Google Cloud SendCarousel
Send a carousel of Rich Cards to a recipient's phone number
Sends a horizontal scrolling list of 2 to 10 rich media cards.
type: io.kestra.plugin.gcp.rcs.SendCarouselExamples
Send a carousel of rich cards
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
agentId *Requiredstring
The unique agent ID of the Brand Agent configured on the RBM platform
cards *RequiredNon-dynamicarray
The list of rich cards in the carousel (between 2 and 10 cards)
io.kestra.plugin.gcp.rcs.Card
The card description
The card media/image URL
The list of suggested actions/replies (max 4 per card)
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)
The card title
msisdn *Requiredstring
The recipient's phone number (MSISDN) in E.164 format (e.g. +33612345678)
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
Outputs
messageId string
The unique message ID assigned by the RBM platform
sendTime string
date-timeThe timestamp when the message was sent