Frequently Asked Questions
Payments
I am on the free plan, what happens when I hit my quota?
If you are on the free plan, you will be notified when you hit your quota. Your project will be paused an no more emails will be sent until you upgrade to the consumption plan.
Plunk's API will throw a 402 Payment Required
error when you try to send an email.
Plunk Actions
You talk about events, but what are they?
Events are the actions that users trigger in your application. You have probably wondered how you can send emails when a user does multiple things in your application.
Let's say we want to send an email when a user cancels their subscription but does create a new project or when a user skips the onboarding and then leaves the platform. There are loads of opportunities to add email marketing to your application, all you have to do is see them and send them to Plunk.
You send events through the API and use them in the Plunk dashboard to create email flows that automatically trigger on these events. Event names follow no special rules and can be anything you want, and you can trigger them on various actions in your application.
Some examples of events we commonly see in Plunk are:
button-clicked
form-submitted
account-created
subscription-cancelled
I can not delete a template
When you are trying to delete a template and Plunk is not letting you, you may be trying to delete a template that is in use.
Plunk protects your in-use templates from being deleted. To delete a template, first make sure that it is no longer linked to any actions. You can do this by deleting the action or linking another template to the action.