Replace Freshping Zap with Google Business #20

Closed
opened 2023-01-04 17:43:19 -06:00 by DarkFeather · 1 comment
Owner

We have been able to move the Freshping zap directly to a webhook following Discord's API documents and inactivated the zap.

In three weeks, we need to activate the RSS to Google Business Zap to push up our presence there. This should be followed by an update to the cloud article that we are using this zap from Zapier.

We have been able to move the Freshping zap directly to a webhook following Discord's API documents and inactivated the zap. In three weeks, we need to activate the RSS to Google Business Zap to push up our presence there. This should be followed by an update to [the cloud article](/AniNIX/Wiki/src/branch/main/Articles/The_Complicated_Cloud.md) that we are using this zap from Zapier.
DarkFeather added the
On-hold
label 2023-01-04 17:43:29 -06:00
Author
Owner

This has been successfully working. We do this is with Freshping's Webhook integration, using an Advanced JSON webhook sending the below payload.

{
  "content": "{text}",
  "sender": "Freshping",
  "check_id": "{check_id}",
  "check_name": "{check_name}",
  "check_url": "{check_url}",
  "request_location": "{request_location}",
  "request_datetime": "{request_datetime}",
  "request_timeout": "{request_timeout}",
  "response_state": "{response_state}",
  "response_status_code": "{response_status_code}",
  "response_time": "{response_time}",
  "response_summary": "{response_summary}"
}
This has been successfully working. We do this is with Freshping's Webhook integration, using an Advanced JSON webhook sending the below payload. ``` { "content": "{text}", "sender": "Freshping", "check_id": "{check_id}", "check_name": "{check_name}", "check_url": "{check_url}", "request_location": "{request_location}", "request_datetime": "{request_datetime}", "request_timeout": "{request_timeout}", "response_state": "{response_state}", "response_status_code": "{response_status_code}", "response_time": "{response_time}", "response_summary": "{response_summary}" } ```
Sign in to join this conversation.
No description provided.