Tag Archives: Salesforce REST API

How to Create a Webhook in a Namespaced Salesforce Org for Meta Messaging Integrations

Integrating Salesforce with Meta’s Messaging APIs (WhatsApp, Messenger, and Instagram DM) requires setting up a webhook to receive real-time inbound messages, delivery updates, and event notifications. While building a webhook endpoint in Salesforce is generally straightforward, additional considerations arise when your Salesforce org uses a namespace, especially in managed package or ISV environments. This blog… Read More »

How to Create Custom field in Salesforce using postman REST API

In this blog will show you how to How to Create Custom field in Salesforce using postman REST API. For this blog we take Opportunity object as reference. Firstly, you have to create connected app in Salesforce. Now let’s See How to Create Custom field in Salesforce using postman REST API. Before start take note… Read More »