How to Integrate ServiceNow with WhatsApp? What option do we have? Can we quickly try in PDI? Any steps would be helpful..

Ankit69
Tera Contributor

I would like to know the steps to integrate ServiceNow with WhatsApp. If any document or reference screenshots would be helpful. If anything done on PDI let me know. What options do we have? How to do through WhatsApp Business API steps please?

6 REPLIES 6

gbwadown
Kilo Contributor

To integrate ServiceNow with messaging:

  1. Use Business API via Twilio, Infobip, or Vonage.

  2. Set up REST API Integration in ServiceNow using IntegrationHub or Scripted REST APIs.

  3. Test in PDI with a Twilio sandbox and ServiceNow outbound REST messages.

Refer to API docs and ServiceNow guides for setup. 🚀

Mimis
Giga Contributor

Integrating ServiceNow with WhatsApp typically involves using a third-party messaging API provider like Twilio or Sinch, which supports WhatsApp Business messaging. You can set this up by configuring an outbound REST integration from ServiceNow (even in a Personal Developer Instance – PDI) to the provider’s API endpoint, enabling message sending and receiving. Steps include registering with a WhatsApp API provider, obtaining credentials (e.g., SID, token), creating a REST message in ServiceNow, and scripting message triggers via business rules or flow designer. While full two-way communication and webhook testing may require a public URL (e.g., via ngrok), you can simulate outbound messaging within PDI for quick proof of concept.