How do I integrate Jotform to Stella?
- Create a Jotform channel in Stella (Any custom channel will do)
- Add https://ar4suvo1x8.execute-api.ap-southeast-1.amazonaws.com/prod/webhook?c=channelId&a=appId (channelID can be found in your custom channel and appId is the organization ID in settings) to webhooks in Jotform
- Add a tree node with sendResponse or redirectMemberToNode action
- Set the trigger to this.messageEvent.type === "JOTFORM" & this.messageEvent.data.formID === "JOTFORM_ID" for both the tree node and the global node.
- Add the tree and global to the Jotform channel
- Then, whenever a form is submitted, an event will trigger the node
- this.messageEvent.data will contain the details of the submitted form. For example: this.messageEvent.data.pretty will be the human readable submission result, this.messageEvent.data.submission will be the object containing the user inputs
- Edit the sendResponse or redirectMemberToNode action to fit your use case.
Related Articles
How to use Stella API ?
Stella API is built around GraphQL. At https://playground.openapi.stellabot.com/, you are able to test and try out our GraphQL Open API with the following endpoint URL: https://openapi.stellabot.com/v2.2. For more details, please click here.
How to connect Shopify store to Stella?
Our Standard Procedure Documentation will show you a step-by-step guideline on connecting Shopify store to Stella. It will also highlight tips you should pay attention to during your chatbot-building journey. For more details, please click here.
Can we use Stripe with Stella?
Yes, you can. Our Standard Procedures will show you a step-by-step guideline on how to use Stripe with Stella. It will also highlight tips you should pay attention to during your chatbot building journey. For more details, please click here.
What is Stella Inbox?
Stella Inbox is a useful application for customer service that provides you with easy and convenient functions to handle WhatsApp inquiries alongside the help of the WhatsApp chatbot. When a customer is interacting with your chatbot on WhatsApp, you ...
What is Stella?
Stella is a powerful and developer friendly chatbot builder. It allows you to easily design and customise conversation flows without prior knowledge in coding or build your own bot with extensive APIs for customisations and integrations with CRMs, ...