
SendFile
CertifiedSend a file attachment to a recipient's phone number
SendFile
Certified
Send a file attachment to a recipient's phone number
yaml
type: io.kestra.plugin.gcp.rcs.SendFileExamples
yaml
id: rcs_send_file
namespace: company.team
tasks:
- id: send_file
type: io.kestra.plugin.gcp.rcs.SendFile
serviceAccount: "{{ secret('GCP_SERVICE_ACCOUNT') }}"
agentId: "{{ secret('RBM_AGENT_ID') }}"
msisdn: "+33612345678"
file: "https://example.com/delivery-receipt.pdf"
Properties
agentId *Requiredstring
file *Requiredstring
msisdn *Requiredstring
impersonatedServiceAccount string
pluginDefaultsRef Non-dynamicstring
projectId string
scopes array
SubTypestring
Default
["https://www.googleapis.com/auth/rcsbusinessmessaging"]serviceAccount string
thumbnail string
Outputs
messageId string
sendTime string
Format
date-time