Skip to main content

#Tech-discussion0 debatiendo

 Salesforce Definition: A Different Perspective

 

Salesforce is a structured, cloud-based, multitenant database management system that provides specialized functionalities to manipulate data and enforces a multi-layered security system. Architecturally, Salesforce stores data in a strictly structured way at the backend, but transmits and displays it in semi-structured formats (i.e., JSON or XML). 

 

 

How many of you agree with this definition? 

 

#Salesforce  #Salesforce Developers  #Tech-discussion  #Learning

0/9000

Context: Slack provides you with the option to send emails directly as DM or in a channel. One can get this email address in user's or channel's integration tab and then opening Send emails to this conversation pop-up.

Here, I'm looking for such API which take slack user's email address(e.g. john@meta.com) or a channel's tag(e.g. #tech-discussion) as parameter and respond with slack integrated email address(e.g. z-test-alert-aaaai2f5zktgpqhhwn74dh5czq@meta.slack.com)

1 respuesta
  1. 3 mar 2023, 10:32

    Hi @Sumeet Singh​ as for 'Users' you can use https://api.slack.com/methods/users.info to get use robject https://api.slack.com/types/user where you can find the email field.

    When it comes to channels I don't see any email related field on 'channel' object https://api.slack.com/types/channel so you would need to manually copy the email adres if you want to use it.

    If I may ask, what is wrong with using https://api.slack.com/methods/chat.postMessage for sending messages to channel or https://api.slack.com/methods/conversations.open for sending messages directly to user?

0/9000