require 'appwrite' include Appwrite client = Client.new .set_endpoint('https://cloud.appwrite.io/v1') # Your API Endpoint .set_project('') # Your project ID .set_key('') # Your secret API key messaging = Messaging.new(client) result = messaging.create_telesign_provider( provider_id: '', name: '', from: '+12065550100', # optional customer_id: '', # optional api_key: '', # optional enabled: false # optional )