SendMessage

SendMessage

Certified

Send a plain text RCS message to a recipient's phone number

yaml
type: io.kestra.plugin.gcp.rcs.SendMessage
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
SubTypestring
Default["https://www.googleapis.com/auth/rcsbusinessmessaging"]
Formatdate-time