Posts

Showing posts from July, 2021

Pega and Whatsapp Integration

Image
 Pega and Whatsapp Integration Following the procedure from  Official Whatsapp Cloud API 1. Set up Developer Assets and Platform Access The  WhatsApp Cloud API  and  WhatsApp Business Management API  are part of Meta’s Graph API, so you need to set up a Meta developer account and a Meta developer app. To set that up: Register as a Meta Developer  Enable two-factor authentication for your account  Create a Meta App : Go to  developers.facebook.com  >  My Apps  >  Create App . Select the "Business" type and follow the prompts on your screen. Click the app you want to connect to WhatsApp from the App Dashboard. Click Set up when you locate the "WhatsApp" product by scrolling down. Following that, you will have the choice to choose an existing Business Manager (if you have one) or, if you prefer, have one created for you automatically through the onboarding process (you can customize your business later, if needed). Make...

Cisco Webex Meet Creation Through Pega

Image
 How to host a meeting in Cisco Webex through Pega Step 1 : Go to https://developer.webex.com/ . login/signup to your webex account Step 2 : Click on Start building apps. Step 3 : Create a new app and select Integration. Step 4 : Fill up the basic details as per your choice  Step 5 : In the redirect URI use: http://localhost:YOURPORTNUMBER/prweb/PRRestService/oauth2/v1/redirect   Scopes : Choose the " meeting:schedules_write "  Step 6 : Click on "Add Integration". In the next screen you will be able to see your client ID and secret make a note of it. Step 7 : Copy the link that is generated in a new tab , sign in to your cisco account Step 8 : You will see below screen, from the url just correctly copy the code part alone and note it down you will need it in future. ###--------------------------END OF CISCO WEBEX CONFIG ------------------------------### PEGA CONFIGURATION Step 1 : Records -> Security -> Authentication profile -> Create new ...