Send Receipt
receipts_sendSend receipt notification to customer via SMS. Input receipt ID and phone number to trigger the notification.
Instructions
Send receipt notification to customer via SMS. Example: receipts_send({ receiptId: '63...', phone: '998901234567' })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phone | Yes | Phone number (e.g. '998901234567') | |
| receiptId | Yes | Receipt ID |