
SendMessage
CertifiedSend a plain text RCS message to a recipient's phone number
SendMessage
Certified
Send a plain text RCS message to a recipient's phone number
yaml
type: io.kestra.plugin.gcp.rcs.SendMessageExamples
yaml
id: rcs_send_message
namespace: company.team
tasks:
- id: send
type: io.kestra.plugin.gcp.rcs.SendMessage
serviceAccount: "{{ secret('GCP_SERVICE_ACCOUNT') }}"
agentId: "{{ secret('RBM_AGENT_ID') }}"
msisdn: "+33612345678"
text: "Your order has been shipped and will arrive within 2 business days."
Properties
agentId *Requiredstring
msisdn *Requiredstring
text *Requiredstring
impersonatedServiceAccount string
pluginDefaultsRef Non-dynamicstring
projectId string
scopes array
SubTypestring
Default
["https://www.googleapis.com/auth/rcsbusinessmessaging"]serviceAccount string
Outputs
messageId string
sendTime string
Format
date-time