TwilioAlertTwilioAlert
TwilioAlertCertified

yaml
type: "io.kestra.plugin.twilio.notify.TwilioAlert"
yaml
id: unreliable_flow
namespace: company.team

tasks:
  - id: fail
    type: io.kestra.plugin.scripts.shell.Commands
    runner: PROCESS
    commands:
      - exit 1

errors:
  - id: alert_on_failure
    type: io.kestra.plugin.twilio.notify.TwilioAlert
    url: "{{ secret('TWILIO_NOTIFICATION_URL') }}" # https://notify.twilio.com/v1/Services/ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Notifications
    accountSID: "{{ secret('TWILIO_ACCOUNT_SID') }}"
    authToken: "{{ secret('TWILIO_AUTH_TOKEN') }}"
    payload: |
      {
        "identity": "0000001"
      }

yaml
id: twilio_alert
namespace: company.team

tasks:
  - id: send_twilio_message
    type: io.kestra.plugin.twilio.notify.TwilioAlert
    url: "{{ secret('TWILIO_NOTIFICATION_URL') }}"
    accountSID: "{{ secret('TWILIO_ACCOUNT_SID') }}"
    authToken: "{{ secret('TWILIO_AUTH_TOKEN') }}"
    payload: |
      {
        "identity": "0000001"
      }
Properties
Min length1
Min length1
Min length1
Definitions
connectTimeoutstring
Formatduration
connectionPoolIdleTimeoutstring
DefaultPT0S
Formatduration
defaultCharsetstring
DefaultUTF-8
headersobject
SubTypestring
maxContentLengthintegerstring
Default10485760
readIdleTimeoutstring
DefaultPT5M
Formatduration
readTimeoutstring
DefaultPT10S
Formatduration