Is it possible to add a trigger event for automated emails to customers when a new release is built and available in the customer portal?
This is especially beneficial for both customers and resellers, while saving significant time for support teams with a large, disparate portfolio of clients.
Thank you.
Hi @Ryan_Darin,
Thank you for reaching out!
You can make use of webhooks and set the Release trigger events. Please navigate to Developer > Webhooks section on the admin portal.
You’ll just need an endpoint to receive the webhook payload (JSON format). This webhook data will be sent as a POST request from Cryptlex to your defined URL.
You can write a script that will receive the webhook payload, and sends the notification to any destination.
Please refer to Webhooks Documentation for more clarity.