Recent content by bryananaya

  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...
Back
Top