360 Dialog by YOOV icon

360 Dialog by YOOV

Interact with 360 Dialog API

Actions2

Overview

This node, 360 Dialog by YOOV, is designed to interact with the 360 Dialog API, specifically for configuring notification endpoints. It allows users to set up or update notification configurations for their WhatsApp integration via 360 Dialog. This is useful in scenarios where you need to programmatically manage webhook endpoints for receiving notifications from the 360 Dialog platform.

Practical Example:
A business using WhatsApp for customer communication can use this node to dynamically configure which endpoint should receive message delivery updates or other notifications from 360 Dialog, without manual intervention.

Properties

Name Meaning
Endpoint The URL endpoint to which 360 Dialog will send notifications. This is a required field.

Output

The output is a JSON object containing the response from the 360 Dialog API after attempting to configure the notification endpoint. The structure of the output depends on the API's response, but typically includes status information and details about the configuration.

If an error occurs and "Continue On Fail" is enabled, the output will include:

{
  "error": "Error message text"
}

Dependencies

  • External Service: Requires access to the 360 Dialog API.
  • API Key/Credentials: Needs valid yoov360DialogApi credentials configured in n8n.
  • Environment: The specified endpoint must be accessible from the 360 Dialog service.

Troubleshooting

  • Common Issues:
    • Invalid or unreachable endpoint URLs may result in errors from the 360 Dialog API.
    • Missing or incorrect API credentials will prevent successful configuration.
  • Error Messages:
    • "error": "Some error message": Indicates what went wrong (e.g., authentication failure, invalid endpoint). Check the error message for specifics and verify your input values and credentials.

Links and References

Discussion