• set email opt_in when creating contact bean

    Can anyone help with how you set a contacts primary email and set opt_out to 1 when a new contact bean is crated $contactbean = BeanFactory : : newBean ( "Contacts" ) ; $contactbean - > first_name = $args [ 'FirstName' ] ; $contactbean - > last_name …
  • How can I add the people that received a scheduled report on the CC email form of each user that recieve the report

    Hello, I have the requirement of How can I add on the CC of the email result of scheduled report all the people added on the destination list of that scheduled report. I appreciate all the ideas!, Thank you.
  • How to easily add email to contact via API?

    I need to add emails to contacts. But I wasn't able to find out how to do it in a convenient way. Now when I want to add an email address to a contact, I have to call three endpoints. 1 - I need to call POST /EmailAddresses to get the email address's…
  • how to add custom module fields in email templates

    Hi All, I need to add custom modules field in Email template. How can I map or add the custom module fields in Email template
  • send an email after contact updates in backbone.js

    following from my previous question, I have a button to reset a contacts password field and want to send the contact an email once the update is complete the function that updates the row is resetUserPassword: function(model) { var id = this.model.get…
  • Create an account by REST API without sending user assigned notification

    Hello There is something equivalent to the php version of $bean->save(false); to avoid user email notificacion by API REST Calls? Or some variable flag on the json of rest/v10/Accounts POST? Something like the last part of this fake json example { "id…
  • Related Entity Search Filter

    How to search the related fields like Opportunities and Cases using the Account email without using the record ID in the API? For Example: POST https: //{domain_url}/rest/v10/Accounts/filter { "filter" : [ { "email_addresses.email_address" : { "$contains…