Quatrix JavaSctipt APIs
Space shortcuts
Quatrix JavaSctipt APIs QJA
Skip to end of metadata
Go to start of metadata

Changes branding data for Quatrix. Check required "data" example.


Parameters 

 

Name TypeDescription

user_id

required

string

specified user id

cb

optional

function

callback function



Example

this.ishareMetadata = function(user_id, cb) {
  return _request({
    method: 'GET',
    url: '/user/ishare_metadata/'+user_id,
    callback: cb
  });
};

 

Example Result

{
 bcc: ['hidden@ninja.bcc'],
 email_footer: "some default email footer",
 name: "New Quatrix headin"
}

 

 

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.
Quatrix JavaSctipt APIs QJA