Reason for an error on Undelivered Email List “Not sent: Blocked by mail filter”.

The error “Not sent: Blocked by mail filter” means that the sending rate is too high (Similar email messages are being sent too rapidly).  Go to List > Mailing > Undelivered Emails and check if the From, Recipients, and Subject have the same information. Check the time interval the duplicate emails were sent. If a high number of duplicate or similar… Continue reading Reason for an error on Undelivered Email List “Not sent: Blocked by mail filter”.

Clone a flow

Select the clone option from the flow which needs to be cloned Here you can edit the name, and then select the integration If you need a new connection with this flow, set up that connection, or you can use the existing connection. Then configure the remaining steps

Published
Categorized as Celigo Tagged

Scheduling a Flow

Open the integration that contains the flow you want to schedule. Click the calendar icon in the Schedule column. Select the time zone Here I am using Preset option The frequency of every one-hour Mention the start time and end time Mention on which days it should be sheduled

Published
Categorized as Celigo

Writeback to the Source

In a custom flow to sync sales orders from Warroad to Touchstone, we need to writeback to the sales orders synced from the Warroad account mentioning that the syncing was completed successfully. For this, we need to include an extra Import as the last part of the flow Before we include the writeback the flow… Continue reading Writeback to the Source

Handlebars to check a checkbox in the destination record, for a specific customer

Here we need to check a checkbox named Wholesale Order in the destination record if the customer in the sales order record is with the ID 255507. So in the Import mapping select the Destination as Wholesale Order and click on the settings option near to that. Select the Field mapping type as Multi-Field Expression… Continue reading Handlebars to check a checkbox in the destination record, for a specific customer

Lookup to fetch package-related details from the IF record

Create a search to fetch the details of the package weight and the tracking number. Criteria Type: IF Mainline: True Result tab include Then create the Lookup in the flow By clicking that + we are able to provide lookup Also provide Additional Search Criteria inside this lookup Thus we get the details from that… Continue reading Lookup to fetch package-related details from the IF record

Published
Categorized as Celigo Tagged

Export Type: Once

If you want to export a record only once give this option. Also, we need to provide a Boolean field to mark records as exported  Boolean field to mark records as exported : Please select a boolean field (i.e. a checkbox field) from the export application that integrator.io can use to keep track of records that… Continue reading Export Type: Once

Solve the error [ { “code”: “invalid_search”, “message”: “Failed to load search with SearchId: 19935. because That search or mass update does not exist.”, “occurredAt”: 1689321146120, “resolved”: false, “source”: “application”, “classification”: “value” } ]

In Export, we fetched the saved search data from the NetSuite side. Sometimes we get this error while taking the preview of Export. We can solve this by making the saved search in the NetSuite as PUBLIC

Published
Categorized as Celigo Tagged