13 lines
		
	
	
		
			228 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			228 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
favicon: /favicons/signalwire.svg
 | 
						|
items:
 | 
						|
  - name: Receive SMS
 | 
						|
    desc: Triggers when a new SMS is received.
 | 
						|
---
 | 
						|
 | 
						|
<script setup>
 | 
						|
  import CustomListing from '../../components/CustomListing.vue'
 | 
						|
</script>
 | 
						|
 | 
						|
<CustomListing />
 |