This provider can be used in workflows.As “action” to make changes or update data, example:
Copy
actions: - name: Query twilio provider: twilio config: "{{ provider.my_provider_name }}" with: message_body: {value} # The content of the SMS message to be sent. Defaults to "". to_phone_number: {value} # The recipient's phone number. Defaults to "".
If you need workflow examples with this provider, please raise a GitHub issue.