Line 36:
Line 36:
<div class="figure">
<div class="figure">
−
[[File:01-new-integration.png|thumb|Form in the zapier interface when adding the dolibarr integration]]
+
[[File:01-new-integration.png|thumb|Form in the Zapier interface when adding the dolibarr integration]]
</div>
</div>
Line 164:
Line 164:
return results;
return results;
});</syntaxhighlight>
});</syntaxhighlight>
−
You will then have to specify a “Connection Label”, which will be displayed to the user when he connects to his Dolibarr account from Zapier. For example, you can use the first and last name of the user, or the name of the Dolibarr instance. By imagining that the user is called “John Doe” and that the Dolibarr instance is available at the address <code>https://yourdolibarrurl</code>, you can use the following value: {{bundle.authData.firstname}} {{bundle.authData.lastname}}({{bundle.authData.host}}) which will show <code>John Doe (https://yourdolibarrurl)</code>.
+
You will then have to specify a “Connection Label”, which will be displayed to the user when he connects to his Dolibarr account from Zapier. For example, you can use the first and last name of the user, or the name of the Dolibarr instance. By imagining that the user is called “John Doe” and that the Dolibarr instance is available at the address <code>https://yourdolibarrurl</code>, you can use the following value: <syntaxhighlight>
+
{{bundle.authData.firstname}} {{bundle.authData.lastname}}({{bundle.authData.host}}
+
</syntaxhighlight> which will show <code>John Doe (https://yourdolibarrurl)</code>.
Then click on the “Save & Continue” button to go to the next step.
Then click on the “Save & Continue” button to go to the next step.
Line 177:
Line 179:
<div class="figure">
<div class="figure">
−
[[File:02-authentication-test.png|thumb|Testing dolibarr connection in zapier]]
+
[[File:02-authentication-test.png|thumb|Testing dolibarr connection in Zapier]]
</div>
</div>
Line 432:
Line 434:
−
[[File:04-test-zap.png|thumb|Testing actions created for dolibarr in zapier]]
+
[[File:04-test-zap.png|thumb|Testing actions created for dolibarr in Zapier]]