facebook

Inserting variables in Send Email action’s TO: & Subject:

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #346910 Reply

    Robert Gardner
    Participant

    Hello Cincy,

    I was wondering if you could comment on my previous input/query to your response. I’m curious to know if this would work for my needs.

    Thank you in advance for your insight.

    #347074 Reply

    support-michael
    Keymaster

    @aviator21114

    >Is this you’re understanding of my intent and will your suggestion accomplish this?

    I understand your goal. The visual designer’s Send Mail action does not support parameterized header fields at this time. Here’s an alternative approach that you might experiment with. Internally the Send Mail action uses this phoneui.js function which you can call directly. If you want to see more open the phoneui.js file in the js editor and search for “mail” keyword to see this and related functionality. If you use this function start with very simple example and get familiar with it before throwing your full problem at it.

    /**
    *  Open native "Compose Email" UI.
    *  subject, body - text or html
    *  to, cc, bcc - collections of recipients
    *  For web applications length of all url-encoded parameters should not exceed 2000 chars.
    */
    phoneui.composeEmail = function(subject, body, to, cc, bcc, isHTML) {...}
    
    
    phoneui.composeEmail("how to send email", "this is how you send email... blah blah", "john@acme.com")
    
    #347085 Reply

    Robert Gardner
    Participant

    Thank you… Looks promising…I will experiment with this and see if it will address my needs…

    #350977 Reply

    Robert Gardner
    Participant

    To my Mobi development team… Any traction on this enhancement?

    Thank you,

    #351004 Reply

    Hi aviator21114,

    No movement on this request yet.

Viewing 5 posts - 16 through 20 (of 20 total)
Reply To: Inserting variables in Send Email action’s TO: & Subject:

You must be logged in to post in the forum log in