SendFile

SendFile

Certified

Send a file attachment to a recipient's phone number

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