How to add a new Member to my App?

How to add a new Member to my App?

You may head to the 'Team members invitation' section of this link to invite other members to Stella. After inputting the email address, please ask the invited member to check the email for Stella's account registration.

For more details, please click here.

    • Related Articles

    • Can we add other members to the Slack channel and reply customer directly?

      Yes, you can add other members to the Slack channel and reply to customer inquiries by default. If you would like to only allow the agent who picked the ticket to reply to the customer in the private Slack channel, you could toggle on the "1 on 1 ...
    • How to apply custom info for member tag?

      You could add an advance member tag with this.member in the node to display the info saved in the member data before. return new Promise((resolve, reject) => { resolve({ tags: [`${this.member.botMeta.tempData.template}`] }) }) Please see the advanced ...
    • As a partner, where can I add more WhatsApp channels for my client?

      Yes, you may simply follow the steps below. 1. Please go to https://partner.stellabot.com/ and find your client 2. Click Edit Subscriptions and add more WhatsApp Channel in the Additional Items section and click Confirm 3. Go back to Channels in ...
    • How to unsubscribe a member with a few lines of codes?

      Please use the below action for unsubscribing return new Promise((resolve) => { this.member.botMeta.subscribe = false resolve({ member: this.member }) })
    • How to add/ change credit cards?

      You could add and change your credit card in the Subscription Settings. 1. Go to Settings and select Subscription in Billing 2. Click "+ Add Card" in the Payment Method section 3. Add Credit Card and Billing details and click Confirm 4. Change your ...