Create a custom APP

Hello I am working on an APP that sends WhatsApp messages, my system has an API prepared to receive a message and send it to WhatsApp.

I would like to create an App on hubspot that could configure keys and send messages so that from a certain event a message is triggered for my API.

How can I create a form or configuration page on the hubspot and how do I configure webhooks to send a message for a specific event?

@COliveira

Here is a link to the webhooks documentation. You could probably couple that with a form submission on your page that would update/create properties for a contact.

@Mike_Eastwood , what do you think?

Hi @COliveira

You will find it easier to store the preferences on the server your code is running on i.e. HubSpot <=> Your System <=> WhatsApp.

If you haven’t already, you may want to have a look at the HubSpot Marketplace and see if someone’s already built what you need.

Have fun

Mike