### Plain Text Data Example Source: https://help.zoho.com/portal/en/kb/flow/user-guide/create-a-flow/articles/webhook-trigger This is an example of data sent as plain text. This format is useful for simple data or when the incoming data needs to be processed as a raw string, such as XML. ```text Zylker ``` -------------------------------- ### Import GoDaddy Root Certificate Source: https://help.zoho.com/portal/en/kb/analytics-on-premise/knowledgebase/installation/ssl/articles/importing-wildcard-ssl-certificate-pem-format Import the GoDaddy root certificate into the server keystore. ```bash keytool -import -alias root -keystore **server.keystore** -trustcacerts -file gd_bundle.crt ```