Billing & Account Settings

Billing
Update Email
Update Password
STream Deck API Key
Distribution List
0 Clip Notifications

Stripe is how we collect your payment information. They handle it all, so you don't have to worry about anything going wrong with your credit card.

{% csrf_token %}

To cancel your account, go to the Stripe Manage Billing link above. Once you complete the cancellation, your account will remain active for any time you have already paid. The account will become inactive after your current membership term expires.

If you need to change your email address in association with your account, please fill out this simple form below.

Stripe is how we collect your payment information. They handle it all, so you don't have to worry about anything going wrong with your credit card.

{% csrf_token %}

To cancel your account, go to the Stripe Manage Billing link above. Once you complete the cancellation, your account will remain active for any time you have already paid. The account will become inactive after your current membership term expires.

Need to update your password? Here's a form that makes it as simple as it can be.

Stripe is how we collect your payment information. They handle it all, so you don't have to worry about anything going wrong with your credit card.

{% csrf_token %}

To cancel your account, go to the Stripe Manage Billing link above. Once you complete the cancellation, your account will remain active for any time you have already paid. The account will become inactive after your current membership term expires.

A majority of professional content creators use an Elgato Stream Deck to assist them in scene switching, mic muting, sound effects and dozens of other functions. Make Echoes has it's own Plugin that you can use to interact directly with Make Echoes instead of having the Elgato system send a command through your Twitch Chat. The bot will still respond in room to all commands unless you've specifically suppressed it confirming receipt of clips.
To download the Make Echoes Plugin, open your Stream Deck control panel, click More Actions and do a search for "Make Echoes". The current version is 1.0.2 and was released on 4/9/21.

Your External Device API key is:

{{user.physical_input_key}}
Once you have the plugin installed, place the desired functions on your Stream Deck, click on the button, copy and paste the External Devices API Key in the appropriate field and click save. Please note that you will need to enter the API key for each button you place on your Stream Deck as that data is not yet shared in-between button instances.
After the end of the creation of your stream recap video, the system will send you an email with direct links to the video and to where it can be editing in your YouTube Studio. This allows you to get the email notification and go directly to the video to potentially update the title, thumbnail, description and other meta data.
Please user a comma separated list for the string of recipients. If you do not it will fail to send messages to any one in the list. If you just want it to be send to yourself, leave the checkbox checked and the subsquent field blank.
{% csrf_token %} {% load widget_tweaks %} {% for field in streamRecapNotification_form.visible_fields %} {{ field.errors }} {{field.label_tag}}
{% render_field field %}
{% endfor %} {% for field in streamRecapNotification_form.hidden_fields %} {{ field }} {% endfor %}
If you have a stream that has 0 clips previously the tool would not send you any notification that it properly processed your stream or asked if you needed assistance. Now these are defaulted to on but you as the account owner can turn these emails off by changing the option below.
{% csrf_token %} {% load widget_tweaks %} {% for field in optout0clipsemail.visible_fields %} {{ field.errors }} {{field.label_tag}}
{% render_field field %}
{% endfor %} {% for field in optout0clipsemail.hidden_fields %} {{ field }} {% endfor %}