dolibarr  16.0.5
Classes | Functions
interface_99_modZapier_ZapierTriggers.class.php File Reference

File for Zappier Triggers. More...

Go to the source code of this file.

Classes

class  InterfaceZapierTriggers
 Class of triggers for Zapier module. More...
 

Functions

 zapierPostWebhook ($url, $json)
 Post webhook in zapier with object data. More...
 
 cleanObjectDatas ($toclean)
 Clean sensible object datas. More...
 
 cleanAgendaEventsDatas ($toclean)
 Clean sensible object datas. More...
 

Detailed Description

File for Zappier Triggers.

Definition in file interface_99_modZapier_ZapierTriggers.class.php.

Function Documentation

◆ cleanAgendaEventsDatas()

cleanAgendaEventsDatas (   $toclean)

Clean sensible object datas.

Parameters
Object$tocleanObject to clean
Returns
Object Object with cleaned properties

Definition at line 518 of file interface_99_modZapier_ZapierTriggers.class.php.

◆ cleanObjectDatas()

cleanObjectDatas (   $toclean)

Clean sensible object datas.

Parameters
Object$tocleanObject to clean
Returns
Object Object with cleaned properties

Definition at line 433 of file interface_99_modZapier_ZapierTriggers.class.php.

◆ zapierPostWebhook()

zapierPostWebhook (   $url,
  $json 
)

Post webhook in zapier with object data.

Parameters
string$urlurl provided by zapier
string$jsondata to send
Returns
void

Definition at line 411 of file interface_99_modZapier_ZapierTriggers.class.php.