We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97067f7 commit 932e9c5Copy full SHA for 932e9c5
components/selzy/actions/create-campaign/create-campaign.mjs
@@ -6,9 +6,9 @@ import {
6
import selzy from "../../selzy.app.mjs";
7
8
export default {
9
- key: "selzy-create-email-campaign",
10
- name: "Create Email Campaign",
11
- description: "Creates a new email campaign. [See the documentation](https://selzy.com/en/support/api/messages/createcampaign/)",
+ key: "selzy-create-campaign",
+ name: "Create Campaign",
+ description: "Creates a new campaign. [See the documentation](https://selzy.com/en/support/api/messages/createcampaign/)",
12
version: "0.0.1",
13
type: "action",
14
props: {
0 commit comments