Loading...
Overview

IftttRule

Automated rule in the digital customer platform that monitors device or gateway inputs and triggers actions or notifications when defined conditions are met.

Attributes

These are all attributes that can be read and updated through the API

Name Description Permissions
name A human-readable name for the IftttRule. READ ONLY
active Indicates whether the IftttRule is active. READ ONLY

Get IftttRule by ID

GEThttps://connect.autonoma.cloud/connect/v1/resources/iftttrule/[ID]

Returns a specific IftttRule by ID.


Get Relations

It is possible to get related objects from IftttRules.

GEThttps://connect.autonoma.cloud/connect/v1/resources/iftttrule/[ID]/[RELATION]

This table shows all available resources that can be queried

Relation Objecttype Relationtype
metadatas Metadata many:many Show details

Update IftttRule

POSThttps://connect.autonoma.cloud/connect/v1/resources/iftttrule/[ID]

Update fields of IftttRule by ID. The fields must be sent as x-www-form-urlencoded parameter.


Create IftttRule

PUThttps://connect.autonoma.cloud/connect/v1/resources/iftttrule

Create a new IftttRule.


Delete IftttRule

DELETEhttps://connect.autonoma.cloud/connect/v1/resources/iftttrule/[ID]

Delete the resource IftttRule by ID.

Top Top