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

    Thanks! I was able to get the custom fields to show in the webhooks. Editing a custom field still does not trigger any webhook event. Only if I edit a field in the "Contact Details" section of the contact will any webhook fire. If I make a change in the "Contact Information" or "Custom Fields"...
  4. 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...
  5. B

    Custom Fields Tag and Name columns

    No problems. Basically the question is specific to custom fields. Can the tag and name be different? Example. If I have a custom field of "Newsletter Preferences" it currently will insert that into the name field and newsletter_preferences into the tag field of the custom_fields table in the...
  6. 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...
  7. B

    Modifying PMTAs

    Anyone?
  8. 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...
  9. 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...
  10. 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...
  11. B

    Import Contact List

    I was using "computer" to import the list and switched to server and it works. Assuming something to do with the path of the file was the problem.
  12. 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...
  13. B

    Soft vs Hard Delete

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

    API Send format

    Thanks. How do you find the node_id as it is a required field?
  15. 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...
  16. 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...
  17. 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?
  18. 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...
  19. 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...
  20. B

    API Send Tracking

    I may have answered my own question. It looks like in the Mumara Campaigns API docs I can add a broadcast with the HTML from the webpage into the 'content_html' and then do a 'now' send via broadcast schedule. I think that will satisfy what I am looking for. Can you confirm that will indeed work?
Back
Top