Joseph H Posted February 4, 2022 Report Posted February 4, 2022 The following event's do no trigger messenger SMS. An invoice is generated by admin or payment recorded manually Service Activated Invoice delivery Paid Invoice delivery Unpaid - It only delivers an invoice when order placed from front end, But also tags for invoice number do not show actual invoice number "{\"status\":\"success\",\"message\":\"Your message was successfully delivered\",\"data\":{\"uid\":\"61fcbfc26f34e\",\"to\":\"21111111111\",\"from\":\"MYWEBSITE.COM\",\"message\":\"Hi Joseph,\\r\\nAn invoice has been created for your account.\",\"status\":\"Delivered|43077129\",\"cost\":\"1\"}}" But the invoice messenger template looks fine. Hi {contact.first_name}, An invoice has been created for your account. {% for invoice in invoices %} Invoice #: {invoice.id_code} - {invoice.total} {invoice.currency} {% endfor %} This invoice has already been paid, so no payment is necessary for this one, but your account may have other balances. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.