Search results

  1. B

    Global Headers with Dynamic Tags

    When setting a global header (Settings > Global Headers) the value in the modal says that dynamic tags will render correctly. I ran a few tests and the dynamic content tag is not rendering and is just outputting the name of the tag instead of the variable value it should. I am using [[tag]]...
  2. B

    Email Templates

    I inserted four new Email Templates (Setup > Email Templates) as an admin. A second admin cannot see those templates I added. Is that supposed to be the case? The email templates are set to enabled for both Status and Enable for Users. Is there a way for everyone to see all templates or do...
  3. B

    AddContact/EditContact Webhooks & Custom Fields

    I am having two issues with webhooks and both have to do with Custom Fields. 1) I set up a webhook using AddContact and have it functioning but $vars does not include any custom fields when adding a contact. Even though a custom field was filled out in the Mumara UI it is not showing up in...
  4. B

    Custom Fields Tag and Name columns

    Is it possible to have the name and tag different for custom fields? I don't currently see a way to do this. Can I request that this feature be added? Use Case: I want to use the name of the custom field as a question in my UI pulled in from Mumara API. Then post back into that field via the...
  5. B

    Modifying PMTAs

    I set up a PMTA and have a need to add new IPs and Domains to the virtual pools. If I create a new PMTA server it overwrites the existing config. How do I add more IPs and Domains to an existing PMTA? I know how to do it in the PMTA config file. Will that be seen in Mumara if I change it...
  6. B

    sendEmail sending as Preview

    Using the sendEmail API is sending as a preview email and not showing up in stats to see opens/clicks/etc. How do I send an API email that will show up in there? The response I get from a successful send: Which is different than what the docs say btw...
  7. B

    Webhook Delivery Details

    I have been trying to get details about a send but am unable to get the data required. I have been trying to use https://developers.mumara.com/Campaigns/Hooks/module-hooks#CompleteBroadcast but it doesn't seem to be firing. I have tested my code with multiple other webhooks and they are all...
  8. B

    Import Contact List

    re: https://developers.mumara.com/Campaigns/API#operation/Import-Contact-list I am trying to import a csv via this API call but it keeps telling me but I am using POST. I have tried your sample script of in PHP. In other places I am using the following for POST and it works. When I use...
  9. B

    Soft vs Hard Delete

    What is the difference between a soft and hard delete?
  10. B

    Truly Custom Tracking Domain

    I don't want to use a subdomain of a subdomain for tracking purposes. Is it possible to have my sending domain be a subdomain: mail.maindomain.com And then my tracking domain be: tracking.maindomain.com instead of the default click.mail.maindomain.com? I've read in the forums about using a...
  11. B

    Sending Nodes w/ pMTA

    I am trying to figure out if this is possible and if so, how to set this up in Mumara. I have 5 IPs and 6 domains split by marketing and transaction type email delivery. (for ease of this example I made the names and IPs illustrative) IPs: 1.2.3.1 1.2.3.2 1.2.3.3 1.2.3.4 9.8.7.6 Domains...
  12. B

    API Send format

    Re: https://developers.mumara.com/Campaigns/API#operation/Send-Email Are these sends html or just text for the body? Is there a way to include additional headers?
  13. B

    One Time Password

    There is a "one_time_password" field in the database. I want to set a initial password when adding new users but want them to update it upon first login. Can I accomplish that via API or some other method? Or, if I have to use the database, what is the process to get users to change their...
  14. B

    Usage Stats

    This is in regards to billing users based on usage. I see in the database there is a table "user_email_limits" with a field of "sent_this_month" How is that calculated? Is it calendar month or month as in 30 days? Another way to phrase that is it Dec 1-31 or is it is Nov 20-Dec 20, assuming they...
  15. B

    API Send Tracking

    I have some newsletters pre-formatted as webpages. (I know it is kind backwards from how normal emails are sent but this is highly dynamic content that changes daily so managing via email first isn't going to work) I didn't see in the API a way to pull those into Mumara and send...
  16. B

    Specify Sending Nodes

    Is there a way to specify specific sending nodes (powerMTAs) for specific users?
  17. B

    Multiple users in same account

    Is it possible, using the commercial licensed version on-prem, to create multiple users for one account? Let's say I have CompanyA and they want to have three people manage their campaigns. How would I set it up so that they have multiple users working in the CompanyA account? Right now I can...
  18. B

    Virtual MTA Pools

    I searched and saw a thread that touched on this but didn't answer my question exactly. I have Mumara Campaigns and PowerMTA on separate VPS. I want to utilize PowerMTA's virtual servers and pools abilities. From the other thread it seemed like I can set the virtual MTA servers in the pmta...
Back
Top